#4625AE

Color #4625AE Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #4625AE

Tints of Purple Heart #4625AE

Color information

#4625AE (or 0x4625AE) is unknown color: approx Purple Heart. HEX triplet: 46, 25 and AE. RGB value is (70,37,174). Sum of RGB (Red+Green+Blue) = 70+37+174=281 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.91% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 174 (68.36% from 255 or 61.92% from 281); Max value from RGB is 174 - color contains mainly: blue. Hex color #4625AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4625AE is #B9DA51. Grayscale: #3D3D3D. Windows color (decimal): -12180050 or 11412806. OLE color: 11412806.

HSL color Cylindrical-coordinate representation of color #4625AE: hue angle of 254.45º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4625AE is Cyan = 0.60, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7037174-
CMYK0.600.7900.32
HSL254.45º64.93%41.37%-
HSV(B)254.45º78.74%68.24%-
XYZ10.835.6840.57-
YUV62.48190.93133.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 70 (27.73% from 255) = 24.91%
GREEN value IS 37 (14.84% from 255) = 13.17%
BLUE value IS 174 (68.36% from 255) = 61.92%
R=24.91%
G=13.17%
B=61.92%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal70371740.600.7900.32254.4564.9341.37
Hex4625AE3C4F020fe4129
Octal106452567411704037610151
Binary10001101001011010111011110010011110100000111111101000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4625AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4625AE; }

 p { color: rgb(70,37,174); }

 H1.HeaderClassName
 {
   color: #4625AE;
 }
 .AnyTagClassName
 {
   color: #4625AE;
 }
</style>
background-color css

<style>
 a { background-color: #4625AE; }

 a { background-color: rgb(70,37,174); }

 div.DivClassName
 {
   background-color: #4625AE;
 }
 .BgClassName
 {
   background-color: #4625AE;
 }
</style>
border-color css

<style>
 span { border-color: #4625AE; }

 span { border-color: rgb(70,37,174); }

 td.TdClassName
 {
   border-color: #4625AE;
 }
 .TagClassName
 {
   border-color: #4625AE;
 }
</style>