Html Css Color HEX #4724CF Purple Heart

📋 copy color: '#4724CF'

red 71 ◦ green 36 ◦ blue 207

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

Shades of Purple Heart #4724CF

Tints of Purple Heart #4724CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 65.92%

R = 22.61%
G = 11.46%
B = 65.92%

CMYK

 C value IS 0.66

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4724CF (or 0x4724CF) is known color: Purple Heart. HEX triplet: 47, 24 and CF. RGB value is (71,36,207). Sum of RGB (Red+Green+Blue) = 71+36+207=314 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.61% from 314); Green value is 36 (14.45% from 255 or 11.46% from 314); Blue value is 207 (81.25% from 255 or 65.92% from 314); Max value from RGB is 207 - color contains mainly: blue. Hex color #4724CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4724CF is #B8DB30. Grayscale: #414141. Windows color (decimal): -12114737 or 13575239. OLE color: 13575239.

HSL color Cylindrical-coordinate representation of color #4724CF: hue angle of 252.28º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4724CF is Cyan = 0.66, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 71 36 207 -
CMYK 0.66 0.83 0 0.19
HSL 252.28º 0.7% 0.48% -
HSV(B) 252.28º 0.83% 0.81% -
XYZ 14.49 7.11 59.64 -
YUV 65.96 207.6 131.6 -
System Red Green Blue C M Y K H S L
Decimal 71 36 207 0.66 0.83 0 0.19 252.28 0.7 0.48
Hex 47 24 CF 42 53 0 13 FC 46 30
Octal 107 44 317 102 123 0 23 374 106 60
Binary 1000111 100100 11001111 1000010 1010011 0 10011 11111100 1000110 110000

Color Harmonies of #4724CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4724CF

Black with #4724CF

Text Example


Text Example

White with #4724CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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