Html Css Color HEX #472BC2 Purple Heart

📋 copy color: '#472BC2'

red 71 ◦ green 43 ◦ blue 194

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

Shades of Purple Heart #472BC2

Tints of Purple Heart #472BC2

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.96%

 BLUE value IS 194 (76.17% from 255) = 62.99%

R = 23.05%
G = 13.96%
B = 62.99%

CMYK

 C value IS 0.63

 M value IS 0.78

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#472BC2 (or 0x472BC2) is known color: Purple Heart. HEX triplet: 47, 2B and C2. RGB value is (71,43,194). Sum of RGB (Red+Green+Blue) = 71+43+194=308 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.05% from 308); Green value is 43 (17.19% from 255 or 13.96% from 308); Blue value is 194 (76.17% from 255 or 62.99% from 308); Max value from RGB is 194 - color contains mainly: blue. Hex color #472BC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472BC2 is #B8D43D. Grayscale: #444444. Windows color (decimal): -12112958 or 12725063. OLE color: 12725063.

HSL color Cylindrical-coordinate representation of color #472BC2: hue angle of 251.13º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #472BC2 is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 71 43 194 -
CMYK 0.63 0.78 0 0.24
HSL 251.13º 0.64% 0.46% -
HSV(B) 251.13º 0.78% 0.76% -
XYZ 13.2 6.96 51.69 -
YUV 68.59 198.78 129.72 -
System Red Green Blue C M Y K H S L
Decimal 71 43 194 0.63 0.78 0 0.24 251.13 0.64 0.46
Hex 47 2B C2 3F 4E 0 18 FB 40 2E
Octal 107 53 302 77 116 0 30 373 100 56
Binary 1000111 101011 11000010 111111 1001110 0 11000 11111011 1000000 101110

Color Harmonies of #472BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472BC2

Black with #472BC2

Text Example


Text Example

White with #472BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,43,194); }

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

background-color css

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

 a { background-color: rgb(71,43,194); }

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

border-color css

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

 span { border-color: rgb(71,43,194); }

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