Html Css Color HEX #471BBA Purple Heart

📋 copy color: '#471BBA'

red 71 ◦ green 27 ◦ blue 186

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

Shades of Purple Heart #471BBA

Tints of Purple Heart #471BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 65.49%

R = 25%
G = 9.51%
B = 65.49%

CMYK

 C value IS 0.62

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#471BBA (or 0x471BBA) is known color: Purple Heart. HEX triplet: 47, 1B and BA. RGB value is (71,27,186). Sum of RGB (Red+Green+Blue) = 71+27+186=284 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25% from 284); Green value is 27 (10.94% from 255 or 9.51% from 284); Blue value is 186 (73.05% from 255 or 65.49% from 284); Max value from RGB is 186 - color contains mainly: blue. Hex color #471BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471BBA is #B8E445. Grayscale: #393939. Windows color (decimal): -12117062 or 12196679. OLE color: 12196679.

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

Color convert

RGB 71 27 186 -
CMYK 0.62 0.85 0 0.27
HSL 256.6º 0.75% 0.42% -
HSV(B) 256.6º 0.85% 0.73% -
XYZ 11.85 5.67 46.92 -
YUV 58.28 200.08 137.07 -
System Red Green Blue C M Y K H S L
Decimal 71 27 186 0.62 0.85 0 0.27 256.6 0.75 0.42
Hex 47 1B BA 3E 55 0 1B 101 4B 2A
Octal 107 33 272 76 125 0 33 401 113 52
Binary 1000111 11011 10111010 111110 1010101 0 11011 100000001 1001011 101010

Color Harmonies of #471BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471BBA

Black with #471BBA

Text Example


Text Example

White with #471BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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