Html Css Color HEX #471BAC Purple Heart

📋 copy color: '#471BAC'

red 71 ◦ green 27 ◦ blue 172

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

Shades of Purple Heart #471BAC

Tints of Purple Heart #471BAC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10%

 BLUE value IS 172 (67.58% from 255) = 63.7%

R = 26.3%
G = 10%
B = 63.7%

CMYK

 C value IS 0.59

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#471BAC (or 0x471BAC) is known color: Purple Heart. HEX triplet: 47, 1B and AC. RGB value is (71,27,172). Sum of RGB (Red+Green+Blue) = 71+27+172=270 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.30% from 270); Green value is 27 (10.94% from 255 or 10% from 270); Blue value is 172 (67.58% from 255 or 63.70% from 270); Max value from RGB is 172 - color contains mainly: blue. Hex color #471BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471BAC is #B8E453. Grayscale: #383838. Windows color (decimal): -12117076 or 11279175. OLE color: 11279175.

HSL color Cylindrical-coordinate representation of color #471BAC: hue angle of 258.21º degrees, saturation: 0.73, 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 #471BAC is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 27 172 -
CMYK 0.59 0.84 0 0.33
HSL 258.21º 0.73% 0.39% -
HSV(B) 258.21º 0.84% 0.67% -
XYZ 10.44 5.1 39.46 -
YUV 56.69 193.08 138.21 -
System Red Green Blue C M Y K H S L
Decimal 71 27 172 0.59 0.84 0 0.33 258.21 0.73 0.39
Hex 47 1B AC 3B 54 0 21 102 49 27
Octal 107 33 254 73 124 0 41 402 111 47
Binary 1000111 11011 10101100 111011 1010100 0 100001 100000010 1001001 100111

Color Harmonies of #471BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471BAC

Black with #471BAC

Text Example


Text Example

White with #471BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,27,172); }

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

background-color css

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

 a { background-color: rgb(71,27,172); }

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

border-color css

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

 span { border-color: rgb(71,27,172); }

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