Html Css Color HEX #472DBA Purple Heart

📋 copy color: '#472DBA'

red 71 ◦ green 45 ◦ blue 186

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

Shades of Purple Heart #472DBA

Tints of Purple Heart #472DBA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.9%

 BLUE value IS 186 (73.05% from 255) = 61.59%

R = 23.51%
G = 14.9%
B = 61.59%

CMYK

 C value IS 0.62

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#472DBA (or 0x472DBA) is known color: Purple Heart. HEX triplet: 47, 2D and BA. RGB value is (71,45,186). Sum of RGB (Red+Green+Blue) = 71+45+186=302 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.51% from 302); Green value is 45 (17.97% from 255 or 14.90% from 302); Blue value is 186 (73.05% from 255 or 61.59% from 302); Max value from RGB is 186 - color contains mainly: blue. Hex color #472DBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472DBA is #B8D245. Grayscale: #444444. Windows color (decimal): -12112454 or 12201287. OLE color: 12201287.

HSL color Cylindrical-coordinate representation of color #472DBA: hue angle of 251.06º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #472DBA is Cyan = 0.62, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 71 45 186 -
CMYK 0.62 0.76 0 0.27
HSL 251.06º 0.61% 0.45% -
HSV(B) 251.06º 0.76% 0.73% -
XYZ 12.4 6.76 47.11 -
YUV 68.85 194.11 129.54 -
System Red Green Blue C M Y K H S L
Decimal 71 45 186 0.62 0.76 0 0.27 251.06 0.61 0.45
Hex 47 2D BA 3E 4C 0 1B FB 3D 2D
Octal 107 55 272 76 114 0 33 373 75 55
Binary 1000111 101101 10111010 111110 1001100 0 11011 11111011 111101 101101

Color Harmonies of #472DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472DBA

Black with #472DBA

Text Example


Text Example

White with #472DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,45,186); }

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

background-color css

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

 a { background-color: rgb(71,45,186); }

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

border-color css

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

 span { border-color: rgb(71,45,186); }

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