Html Css Color HEX #471BBD Purple Heart

📋 copy color: '#471BBD'

red 71 ◦ green 27 ◦ blue 189

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

Shades of Purple Heart #471BBD

Tints of Purple Heart #471BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 65.85%

R = 24.74%
G = 9.41%
B = 65.85%

CMYK

 C value IS 0.62

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#471BBD (or 0x471BBD) is known color: Purple Heart. HEX triplet: 47, 1B and BD. RGB value is (71,27,189). Sum of RGB (Red+Green+Blue) = 71+27+189=287 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.74% from 287); Green value is 27 (10.94% from 255 or 9.41% from 287); Blue value is 189 (74.22% from 255 or 65.85% from 287); Max value from RGB is 189 - color contains mainly: blue. Hex color #471BBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471BBD is #B8E442. Grayscale: #3A3A3A. Windows color (decimal): -12117059 or 12393287. OLE color: 12393287.

HSL color Cylindrical-coordinate representation of color #471BBD: hue angle of 256.3º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #471BBD is Cyan = 0.62, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 71 27 189 -
CMYK 0.62 0.86 0 0.26
HSL 256.3º 0.75% 0.42% -
HSV(B) 256.3º 0.86% 0.74% -
XYZ 12.18 5.8 48.62 -
YUV 58.62 201.58 136.83 -
System Red Green Blue C M Y K H S L
Decimal 71 27 189 0.62 0.86 0 0.26 256.3 0.75 0.42
Hex 47 1B BD 3E 56 0 1A 100 4B 2A
Octal 107 33 275 76 126 0 32 400 113 52
Binary 1000111 11011 10111101 111110 1010110 0 11010 100000000 1001011 101010

Color Harmonies of #471BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471BBD

Black with #471BBD

Text Example


Text Example

White with #471BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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