Html Css Color HEX #471CAB Purple Heart

📋 copy color: '#471CAB'

red 71 ◦ green 28 ◦ blue 171

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

Shades of Purple Heart #471CAB

Tints of Purple Heart #471CAB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.37%

 BLUE value IS 171 (67.19% from 255) = 63.33%

R = 26.3%
G = 10.37%
B = 63.33%

CMYK

 C value IS 0.58

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#471CAB (or 0x471CAB) is known color: Purple Heart. HEX triplet: 47, 1C and AB. RGB value is (71,28,171). Sum of RGB (Red+Green+Blue) = 71+28+171=270 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.30% from 270); Green value is 28 (11.33% from 255 or 10.37% from 270); Blue value is 171 (67.19% from 255 or 63.33% from 270); Max value from RGB is 171 - color contains mainly: blue. Hex color #471CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471CAB is #B8E354. Grayscale: #383838. Windows color (decimal): -12116821 or 11213895. OLE color: 11213895.

HSL color Cylindrical-coordinate representation of color #471CAB: hue angle of 258.04º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #471CAB is Cyan = 0.58, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 28 171 -
CMYK 0.58 0.84 0 0.33
HSL 258.04º 0.72% 0.39% -
HSV(B) 258.04º 0.84% 0.67% -
XYZ 10.36 5.11 38.97 -
YUV 57.16 192.25 137.87 -
System Red Green Blue C M Y K H S L
Decimal 71 28 171 0.58 0.84 0 0.33 258.04 0.72 0.39
Hex 47 1C AB 3A 54 0 21 102 48 27
Octal 107 34 253 72 124 0 41 402 110 47
Binary 1000111 11100 10101011 111010 1010100 0 100001 100000010 1001000 100111

Color Harmonies of #471CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471CAB

Black with #471CAB

Text Example


Text Example

White with #471CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,28,171); }

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

background-color css

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

 a { background-color: rgb(71,28,171); }

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

border-color css

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

 span { border-color: rgb(71,28,171); }

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