Html Css Color HEX #471DBC Purple Heart

📋 copy color: '#471DBC'

red 71 ◦ green 29 ◦ blue 188

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

Shades of Purple Heart #471DBC

Tints of Purple Heart #471DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 65.28%

R = 24.65%
G = 10.07%
B = 65.28%

CMYK

 C value IS 0.62

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#471DBC (or 0x471DBC) is known color: Purple Heart. HEX triplet: 47, 1D and BC. RGB value is (71,29,188). Sum of RGB (Red+Green+Blue) = 71+29+188=288 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.65% from 288); Green value is 29 (11.72% from 255 or 10.07% from 288); Blue value is 188 (73.83% from 255 or 65.28% from 288); Max value from RGB is 188 - color contains mainly: blue. Hex color #471DBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471DBC is #B8E243. Grayscale: #3B3B3B. Windows color (decimal): -12116548 or 12328263. OLE color: 12328263.

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

Color convert

RGB 71 29 188 -
CMYK 0.62 0.85 0 0.26
HSL 255.85º 0.73% 0.43% -
HSV(B) 255.85º 0.85% 0.74% -
XYZ 12.12 5.85 48.07 -
YUV 59.68 200.41 136.07 -
System Red Green Blue C M Y K H S L
Decimal 71 29 188 0.62 0.85 0 0.26 255.85 0.73 0.43
Hex 47 1D BC 3E 55 0 1A 100 49 2B
Octal 107 35 274 76 125 0 32 400 111 53
Binary 1000111 11101 10111100 111110 1010101 0 11010 100000000 1001001 101011

Color Harmonies of #471DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471DBC

Black with #471DBC

Text Example


Text Example

White with #471DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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