Html Css Color HEX #471DBB Purple Heart

📋 copy color: '#471DBB'

red 71 ◦ green 29 ◦ blue 187

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

Shades of Purple Heart #471DBB

Tints of Purple Heart #471DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 65.16%

R = 24.74%
G = 10.1%
B = 65.16%

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

#471DBB (or 0x471DBB) is known color: Purple Heart. HEX triplet: 47, 1D and BB. RGB value is (71,29,187). Sum of RGB (Red+Green+Blue) = 71+29+187=287 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.74% from 287); Green value is 29 (11.72% from 255 or 10.10% from 287); Blue value is 187 (73.44% from 255 or 65.16% from 287); Max value from RGB is 187 - color contains mainly: blue. Hex color #471DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471DBB is #B8E244. Grayscale: #3A3A3A. Windows color (decimal): -12116549 or 12262727. OLE color: 12262727.

HSL color Cylindrical-coordinate representation of color #471DBB: hue angle of 255.95º 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 #471DBB is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 71 29 187 -
CMYK 0.62 0.84 0 0.27
HSL 255.95º 0.73% 0.42% -
HSV(B) 255.95º 0.84% 0.73% -
XYZ 12.01 5.81 47.5 -
YUV 59.57 199.91 136.15 -
System Red Green Blue C M Y K H S L
Decimal 71 29 187 0.62 0.84 0 0.27 255.95 0.73 0.42
Hex 47 1D BB 3E 54 0 1B 100 49 2A
Octal 107 35 273 76 124 0 33 400 111 52
Binary 1000111 11101 10111011 111110 1010100 0 11011 100000000 1001001 101010

Color Harmonies of #471DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471DBB

Black with #471DBB

Text Example


Text Example

White with #471DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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