Html Css Color HEX #471BAF Purple Heart

📋 copy color: '#471BAF'

red 71 ◦ green 27 ◦ blue 175

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

Shades of Purple Heart #471BAF

Tints of Purple Heart #471BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 64.1%

R = 26.01%
G = 9.89%
B = 64.1%

CMYK

 C value IS 0.59

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#471BAF (or 0x471BAF) is known color: Purple Heart. HEX triplet: 47, 1B and AF. RGB value is (71,27,175). Sum of RGB (Red+Green+Blue) = 71+27+175=273 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.01% from 273); Green value is 27 (10.94% from 255 or 9.89% from 273); Blue value is 175 (68.75% from 255 or 64.10% from 273); Max value from RGB is 175 - color contains mainly: blue. Hex color #471BAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471BAF is #B8E450. Grayscale: #383838. Windows color (decimal): -12117073 or 11475783. OLE color: 11475783.

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

Color convert

RGB 71 27 175 -
CMYK 0.59 0.85 0 0.31
HSL 257.84º 0.73% 0.4% -
HSV(B) 257.84º 0.85% 0.69% -
XYZ 10.73 5.22 41 -
YUV 57.03 194.58 137.97 -
System Red Green Blue C M Y K H S L
Decimal 71 27 175 0.59 0.85 0 0.31 257.84 0.73 0.4
Hex 47 1B AF 3B 55 0 1F 102 49 28
Octal 107 33 257 73 125 0 37 402 111 50
Binary 1000111 11011 10101111 111011 1010101 0 11111 100000010 1001001 101000

Color Harmonies of #471BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471BAF

Black with #471BAF

Text Example


Text Example

White with #471BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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