Html Css Color HEX #472FCA Purple Heart

📋 copy color: '#472FCA'

red 71 ◦ green 47 ◦ blue 202

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

Shades of Purple Heart #472FCA

Tints of Purple Heart #472FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 63.13%

R = 22.19%
G = 14.69%
B = 63.13%

CMYK

 C value IS 0.65

 M value IS 0.77

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#472FCA (or 0x472FCA) is known color: Purple Heart. HEX triplet: 47, 2F and CA. RGB value is (71,47,202). Sum of RGB (Red+Green+Blue) = 71+47+202=320 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.19% from 320); Green value is 47 (18.75% from 255 or 14.69% from 320); Blue value is 202 (79.30% from 255 or 63.12% from 320); Max value from RGB is 202 - color contains mainly: blue. Hex color #472FCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472FCA is #B8D035. Grayscale: #474747. Windows color (decimal): -12111926 or 13250375. OLE color: 13250375.

HSL color Cylindrical-coordinate representation of color #472FCA: hue angle of 249.29º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #472FCA is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 71 47 202 -
CMYK 0.65 0.77 0 0.21
HSL 249.29º 0.62% 0.49% -
HSV(B) 249.29º 0.77% 0.79% -
XYZ 14.28 7.64 56.6 -
YUV 71.85 201.45 127.4 -
System Red Green Blue C M Y K H S L
Decimal 71 47 202 0.65 0.77 0 0.21 249.29 0.62 0.49
Hex 47 2F CA 41 4D 0 15 F9 3E 31
Octal 107 57 312 101 115 0 25 371 76 61
Binary 1000111 101111 11001010 1000001 1001101 0 10101 11111001 111110 110001

Color Harmonies of #472FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472FCA

Black with #472FCA

Text Example


Text Example

White with #472FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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