Html Css Color HEX #4724CC Purple Heart

📋 copy color: '#4724CC'

red 71 ◦ green 36 ◦ blue 204

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

Shades of Purple Heart #4724CC

Tints of Purple Heart #4724CC

RGB

 RED value IS 71 (28.13% from 255) = 22.83%

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

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

R = 22.83%
G = 11.58%
B = 65.59%

CMYK

 C value IS 0.65

 M value IS 0.82

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4724CC (or 0x4724CC) is known color: Purple Heart. HEX triplet: 47, 24 and CC. RGB value is (71,36,204). Sum of RGB (Red+Green+Blue) = 71+36+204=311 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.83% from 311); Green value is 36 (14.45% from 255 or 11.58% from 311); Blue value is 204 (80.08% from 255 or 65.59% from 311); Max value from RGB is 204 - color contains mainly: blue. Hex color #4724CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4724CC is #B8DB33. Grayscale: #404040. Windows color (decimal): -12114740 or 13378631. OLE color: 13378631.

HSL color Cylindrical-coordinate representation of color #4724CC: hue angle of 252.5º 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 #4724CC is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 71 36 204 -
CMYK 0.65 0.82 0 0.2
HSL 252.5º 0.7% 0.47% -
HSV(B) 252.5º 0.82% 0.8% -
XYZ 14.13 6.96 57.73 -
YUV 65.62 206.1 131.84 -
System Red Green Blue C M Y K H S L
Decimal 71 36 204 0.65 0.82 0 0.2 252.5 0.7 0.47
Hex 47 24 CC 41 52 0 14 FD 46 2F
Octal 107 44 314 101 122 0 24 375 106 57
Binary 1000111 100100 11001100 1000001 1010010 0 10100 11111101 1000110 101111

Color Harmonies of #4724CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4724CC

Black with #4724CC

Text Example


Text Example

White with #4724CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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