Html Css Color HEX #471AB0 Purple Heart

📋 copy color: '#471AB0'

red 71 ◦ green 26 ◦ blue 176

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

Shades of Purple Heart #471AB0

Tints of Purple Heart #471AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 64.47%

R = 26.01%
G = 9.52%
B = 64.47%

CMYK

 C value IS 0.60

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#471AB0 (or 0x471AB0) is known color: Purple Heart. HEX triplet: 47, 1A and B0. RGB value is (71,26,176). Sum of RGB (Red+Green+Blue) = 71+26+176=273 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.01% from 273); Green value is 26 (10.55% from 255 or 9.52% from 273); Blue value is 176 (69.14% from 255 or 64.47% from 273); Max value from RGB is 176 - color contains mainly: blue. Hex color #471AB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471AB0 is #B8E54F. Grayscale: #383838. Windows color (decimal): -12117328 or 11541063. OLE color: 11541063.

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

Color convert

RGB 71 26 176 -
CMYK 0.60 0.85 0 0.31
HSL 258º 0.74% 0.4% -
HSV(B) 258º 0.85% 0.69% -
XYZ 10.8 5.21 41.51 -
YUV 56.56 195.41 138.3 -
System Red Green Blue C M Y K H S L
Decimal 71 26 176 0.60 0.85 0 0.31 258 0.74 0.4
Hex 47 1A B0 3C 55 0 1F 102 4A 28
Octal 107 32 260 74 125 0 37 402 112 50
Binary 1000111 11010 10110000 111100 1010101 0 11111 100000010 1001010 101000

Color Harmonies of #471AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471AB0

Black with #471AB0

Text Example


Text Example

White with #471AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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