Html Css Color HEX #472BCD Purple Heart

📋 copy color: '#472BCD'

red 71 ◦ green 43 ◦ blue 205

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

Shades of Purple Heart #472BCD

Tints of Purple Heart #472BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 64.26%

R = 22.26%
G = 13.48%
B = 64.26%

CMYK

 C value IS 0.65

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#472BCD (or 0x472BCD) is known color: Purple Heart. HEX triplet: 47, 2B and CD. RGB value is (71,43,205). Sum of RGB (Red+Green+Blue) = 71+43+205=319 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.26% from 319); Green value is 43 (17.19% from 255 or 13.48% from 319); Blue value is 205 (80.47% from 255 or 64.26% from 319); Max value from RGB is 205 - color contains mainly: blue. Hex color #472BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472BCD is #B8D432. Grayscale: #454545. Windows color (decimal): -12112947 or 13445959. OLE color: 13445959.

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

Color convert

RGB 71 43 205 -
CMYK 0.65 0.79 0 0.20
HSL 250.37º 0.65% 0.49% -
HSV(B) 250.37º 0.79% 0.8% -
XYZ 14.48 7.48 58.44 -
YUV 69.84 204.28 128.83 -
System Red Green Blue C M Y K H S L
Decimal 71 43 205 0.65 0.79 0 0.20 250.37 0.65 0.49
Hex 47 2B CD 41 4F 0 14 FA 41 31
Octal 107 53 315 101 117 0 24 372 101 61
Binary 1000111 101011 11001101 1000001 1001111 0 10100 11111010 1000001 110001

Color Harmonies of #472BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472BCD

Black with #472BCD

Text Example


Text Example

White with #472BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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