Html Css Color HEX #471DBA Purple Heart

📋 copy color: '#471DBA'

red 71 ◦ green 29 ◦ blue 186

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

Shades of Purple Heart #471DBA

Tints of Purple Heart #471DBA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.14%

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

R = 24.83%
G = 10.14%
B = 65.03%

CMYK

 C value IS 0.62

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#471DBA (or 0x471DBA) is known color: Purple Heart. HEX triplet: 47, 1D and BA. RGB value is (71,29,186). Sum of RGB (Red+Green+Blue) = 71+29+186=286 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.83% from 286); Green value is 29 (11.72% from 255 or 10.14% from 286); Blue value is 186 (73.05% from 255 or 65.03% from 286); Max value from RGB is 186 - color contains mainly: blue. Hex color #471DBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471DBA is #B8E245. Grayscale: #3A3A3A. Windows color (decimal): -12116550 or 12197191. OLE color: 12197191.

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

Color convert

RGB 71 29 186 -
CMYK 0.62 0.84 0 0.27
HSL 256.05º 0.73% 0.42% -
HSV(B) 256.05º 0.84% 0.73% -
XYZ 11.9 5.76 46.94 -
YUV 59.46 199.41 136.23 -
System Red Green Blue C M Y K H S L
Decimal 71 29 186 0.62 0.84 0 0.27 256.05 0.73 0.42
Hex 47 1D BA 3E 54 0 1B 100 49 2A
Octal 107 35 272 76 124 0 33 400 111 52
Binary 1000111 11101 10111010 111110 1010100 0 11011 100000000 1001001 101010

Color Harmonies of #471DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471DBA

Black with #471DBA

Text Example


Text Example

White with #471DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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