Html Css Color HEX #471AB3 Purple Heart

📋 copy color: '#471AB3'

red 71 ◦ green 26 ◦ blue 179

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

Shades of Purple Heart #471AB3

Tints of Purple Heart #471AB3

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.42%

 BLUE value IS 179 (70.31% from 255) = 64.86%

R = 25.72%
G = 9.42%
B = 64.86%

CMYK

 C value IS 0.60

 M value IS 0.85

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#471AB3 (or 0x471AB3) is known color: Purple Heart. HEX triplet: 47, 1A and B3. RGB value is (71,26,179). Sum of RGB (Red+Green+Blue) = 71+26+179=276 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.72% from 276); Green value is 26 (10.55% from 255 or 9.42% from 276); Blue value is 179 (70.31% from 255 or 64.86% from 276); Max value from RGB is 179 - color contains mainly: blue. Hex color #471AB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471AB3 is #B8E54C. Grayscale: #383838. Windows color (decimal): -12117325 or 11737671. OLE color: 11737671.

HSL color Cylindrical-coordinate representation of color #471AB3: hue angle of 257.65º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #471AB3 is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 71 26 179 -
CMYK 0.60 0.85 0 0.30
HSL 257.65º 0.75% 0.4% -
HSV(B) 257.65º 0.85% 0.7% -
XYZ 11.1 5.33 43.09 -
YUV 56.9 196.91 138.06 -
System Red Green Blue C M Y K H S L
Decimal 71 26 179 0.60 0.85 0 0.30 257.65 0.75 0.4
Hex 47 1A B3 3C 55 0 1E 102 4B 28
Octal 107 32 263 74 125 0 36 402 113 50
Binary 1000111 11010 10110011 111100 1010101 0 11110 100000010 1001011 101000

Color Harmonies of #471AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471AB3

Black with #471AB3

Text Example


Text Example

White with #471AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,26,179); }

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

background-color css

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

 a { background-color: rgb(71,26,179); }

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

border-color css

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

 span { border-color: rgb(71,26,179); }

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