Html Css Color HEX #472FCF Purple Heart

📋 copy color: '#472FCF'

red 71 ◦ green 47 ◦ blue 207

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

Shades of Purple Heart #472FCF

Tints of Purple Heart #472FCF

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.46%

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

R = 21.85%
G = 14.46%
B = 63.69%

CMYK

 C value IS 0.66

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#472FCF (or 0x472FCF) is known color: Purple Heart. HEX triplet: 47, 2F and CF. RGB value is (71,47,207). Sum of RGB (Red+Green+Blue) = 71+47+207=325 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.85% from 325); Green value is 47 (18.75% from 255 or 14.46% from 325); Blue value is 207 (81.25% from 255 or 63.69% from 325); Max value from RGB is 207 - color contains mainly: blue. Hex color #472FCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472FCF is #B8D030. Grayscale: #474747. Windows color (decimal): -12111921 or 13578055. OLE color: 13578055.

HSL color Cylindrical-coordinate representation of color #472FCF: hue angle of 249º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #472FCF is Cyan = 0.66, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 71 47 207 -
CMYK 0.66 0.77 0 0.19
HSL 249º 0.63% 0.5% -
HSV(B) 249º 0.77% 0.81% -
XYZ 14.88 7.88 59.77 -
YUV 72.42 203.95 126.99 -
System Red Green Blue C M Y K H S L
Decimal 71 47 207 0.66 0.77 0 0.19 249 0.63 0.5
Hex 47 2F CF 42 4D 0 13 F9 3F 32
Octal 107 57 317 102 115 0 23 371 77 62
Binary 1000111 101111 11001111 1000010 1001101 0 10011 11111001 111111 110010

Color Harmonies of #472FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472FCF

Black with #472FCF

Text Example


Text Example

White with #472FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472FCF; }

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

 H1.HeaderClassName
 {
   color: #472FCF;
 }
 .AnyTagClassName
 {
   color: #472FCF;
 }
</style>

background-color css

<style>
 a { background-color: #472FCF; }

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

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

border-color css

<style>
 span { border-color: #472FCF; }

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

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