Html Css Color HEX #471EB6 Purple Heart

📋 copy color: '#471EB6'

red 71 ◦ green 30 ◦ blue 182

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

Shades of Purple Heart #471EB6

Tints of Purple Heart #471EB6

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.6%

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

R = 25.09%
G = 10.6%
B = 64.31%

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

#471EB6 (or 0x471EB6) is known color: Purple Heart. HEX triplet: 47, 1E and B6. RGB value is (71,30,182). Sum of RGB (Red+Green+Blue) = 71+30+182=283 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.09% from 283); Green value is 30 (12.11% from 255 or 10.60% from 283); Blue value is 182 (71.48% from 255 or 64.31% from 283); Max value from RGB is 182 - color contains mainly: blue. Hex color #471EB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471EB6 is #B8E149. Grayscale: #3B3B3B. Windows color (decimal): -12116298 or 11935303. OLE color: 11935303.

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

Color convert

RGB 71 30 182 -
CMYK 0.61 0.84 0 0.29
HSL 256.18º 0.72% 0.42% -
HSV(B) 256.18º 0.84% 0.71% -
XYZ 11.51 5.65 44.74 -
YUV 59.59 197.08 136.14 -
System Red Green Blue C M Y K H S L
Decimal 71 30 182 0.61 0.84 0 0.29 256.18 0.72 0.42
Hex 47 1E B6 3D 54 0 1D 100 48 2A
Octal 107 36 266 75 124 0 35 400 110 52
Binary 1000111 11110 10110110 111101 1010100 0 11101 100000000 1001000 101010

Color Harmonies of #471EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471EB6

Black with #471EB6

Text Example


Text Example

White with #471EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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