Html Css Color HEX #471DB6 Purple Heart

📋 copy color: '#471DB6'

red 71 ◦ green 29 ◦ blue 182

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

Shades of Purple Heart #471DB6

Tints of Purple Heart #471DB6

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.28%

 BLUE value IS 182 (71.48% from 255) = 64.54%

R = 25.18%
G = 10.28%
B = 64.54%

CMYK

 C value IS 0.61

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#471DB6 (or 0x471DB6) is known color: Purple Heart. HEX triplet: 47, 1D and B6. RGB value is (71,29,182). Sum of RGB (Red+Green+Blue) = 71+29+182=282 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.18% from 282); Green value is 29 (11.72% from 255 or 10.28% from 282); Blue value is 182 (71.48% from 255 or 64.54% from 282); Max value from RGB is 182 - color contains mainly: blue. Hex color #471DB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471DB6 is #B8E249. Grayscale: #3A3A3A. Windows color (decimal): -12116554 or 11935047. OLE color: 11935047.

HSL color Cylindrical-coordinate representation of color #471DB6: hue angle of 256.47º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #471DB6 is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 71 29 182 -
CMYK 0.61 0.84 0 0.29
HSL 256.47º 0.73% 0.41% -
HSV(B) 256.47º 0.84% 0.71% -
XYZ 11.48 5.6 44.73 -
YUV 59 197.41 136.56 -
System Red Green Blue C M Y K H S L
Decimal 71 29 182 0.61 0.84 0 0.29 256.47 0.73 0.41
Hex 47 1D B6 3D 54 0 1D 100 49 29
Octal 107 35 266 75 124 0 35 400 111 51
Binary 1000111 11101 10110110 111101 1010100 0 11101 100000000 1001001 101001

Color Harmonies of #471DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471DB6

Black with #471DB6

Text Example


Text Example

White with #471DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471DB6; }

 p { color: rgb(71,29,182); }

 H1.HeaderClassName
 {
   color: #471DB6;
 }
 .AnyTagClassName
 {
   color: #471DB6;
 }
</style>

background-color css

<style>
 a { background-color: #471DB6; }

 a { background-color: rgb(71,29,182); }

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

border-color css

<style>
 span { border-color: #471DB6; }

 span { border-color: rgb(71,29,182); }

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