Html Css Color HEX #4624CC Purple Heart

📋 copy color: '#4624CC'

red 70 ◦ green 36 ◦ blue 204

#4624CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #4624CC

Tints of Purple Heart #4624CC

RGB

 RED value IS 70 (27.73% from 255) = 22.58%

 GREEN value IS 36 (14.45% from 255) = 11.61%

 BLUE value IS 204 (80.08% from 255) = 65.81%

R = 22.58%
G = 11.61%
B = 65.81%

CMYK

 C value IS 0.66

 M value IS 0.82

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4624CC (or 0x4624CC) is known color: Purple Heart. HEX triplet: 46, 24 and CC. RGB value is (70,36,204). Sum of RGB (Red+Green+Blue) = 70+36+204=310 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.58% from 310); Green value is 36 (14.45% from 255 or 11.61% from 310); Blue value is 204 (80.08% from 255 or 65.81% from 310); Max value from RGB is 204 - color contains mainly: blue. Hex color #4624CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4624CC is #B9DB33. Grayscale: #404040. Windows color (decimal): -12180276 or 13378630. OLE color: 13378630.

HSL color Cylindrical-coordinate representation of color #4624CC: hue angle of 252.14º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4624CC is Cyan = 0.66, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 70 36 204 -
CMYK 0.66 0.82 0 0.2
HSL 252.14º 0.7% 0.47% -
HSV(B) 252.14º 0.82% 0.8% -
XYZ 14.06 6.92 57.72 -
YUV 65.32 206.26 131.34 -
System Red Green Blue C M Y K H S L
Decimal 70 36 204 0.66 0.82 0 0.2 252.14 0.7 0.47
Hex 46 24 CC 42 52 0 14 FC 46 2F
Octal 106 44 314 102 122 0 24 374 106 57
Binary 1000110 100100 11001100 1000010 1010010 0 10100 11111100 1000110 101111

Color Harmonies of #4624CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4624CC

Black with #4624CC

Text Example


Text Example

White with #4624CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4624CC; }

 p { color: rgb(70,36,204); }

 H1.HeaderClassName
 {
   color: #4624CC;
 }
 .AnyTagClassName
 {
   color: #4624CC;
 }
</style>

background-color css

<style>
 a { background-color: #4624CC; }

 a { background-color: rgb(70,36,204); }

 div.DivClassName
 {
   background-color: #4624CC;
 }
 .BgClassName
 {
   background-color: #4624CC;
 }
</style>

border-color css

<style>
 span { border-color: #4624CC; }

 span { border-color: rgb(70,36,204); }

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