Html Css Color HEX #472BD7 Purple Heart

📋 copy color: '#472BD7'

red 71 ◦ green 43 ◦ blue 215

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

Shades of Purple Heart #472BD7

Tints of Purple Heart #472BD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 65.35%

R = 21.58%
G = 13.07%
B = 65.35%

CMYK

 C value IS 0.67

 M value IS 0.8

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#472BD7 (or 0x472BD7) is known color: Purple Heart. HEX triplet: 47, 2B and D7. RGB value is (71,43,215). Sum of RGB (Red+Green+Blue) = 71+43+215=329 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.58% from 329); Green value is 43 (17.19% from 255 or 13.07% from 329); Blue value is 215 (84.38% from 255 or 65.35% from 329); Max value from RGB is 215 - color contains mainly: blue. Hex color #472BD7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472BD7 is #B8D428. Grayscale: #464646. Windows color (decimal): -12112937 or 14101319. OLE color: 14101319.

HSL color Cylindrical-coordinate representation of color #472BD7: hue angle of 249.77º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #472BD7 is Cyan = 0.67, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 71 43 215 -
CMYK 0.67 0.8 0 0.16
HSL 249.77º 0.68% 0.51% -
HSV(B) 249.77º 0.8% 0.84% -
XYZ 15.73 7.97 65 -
YUV 70.98 209.28 128.01 -
System Red Green Blue C M Y K H S L
Decimal 71 43 215 0.67 0.8 0 0.16 249.77 0.68 0.51
Hex 47 2B D7 43 50 0 10 FA 44 33
Octal 107 53 327 103 120 0 20 372 104 63
Binary 1000111 101011 11010111 1000011 1010000 0 10000 11111010 1000100 110011

Color Harmonies of #472BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472BD7

Black with #472BD7

Text Example


Text Example

White with #472BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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