Html Css Color HEX #471ACC Purple Heart

📋 copy color: '#471ACC'

red 71 ◦ green 26 ◦ blue 204

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

Shades of Purple Heart #471ACC

Tints of Purple Heart #471ACC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.64%

 BLUE value IS 204 (80.08% from 255) = 67.77%

R = 23.59%
G = 8.64%
B = 67.77%

CMYK

 C value IS 0.65

 M value IS 0.87

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#471ACC (or 0x471ACC) is known color: Purple Heart. HEX triplet: 47, 1A and CC. RGB value is (71,26,204). Sum of RGB (Red+Green+Blue) = 71+26+204=301 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.59% from 301); Green value is 26 (10.55% from 255 or 8.64% from 301); Blue value is 204 (80.08% from 255 or 67.77% from 301); Max value from RGB is 204 - color contains mainly: blue. Hex color #471ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471ACC is #B8E533. Grayscale: #3B3B3B. Windows color (decimal): -12117300 or 13376071. OLE color: 13376071.

HSL color Cylindrical-coordinate representation of color #471ACC: hue angle of 255.17º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #471ACC is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 71 26 204 -
CMYK 0.65 0.87 0 0.2
HSL 255.17º 0.77% 0.45% -
HSV(B) 255.17º 0.87% 0.8% -
XYZ 13.87 6.44 57.64 -
YUV 59.75 209.41 136.03 -
System Red Green Blue C M Y K H S L
Decimal 71 26 204 0.65 0.87 0 0.2 255.17 0.77 0.45
Hex 47 1A CC 41 57 0 14 FF 4D 2D
Octal 107 32 314 101 127 0 24 377 115 55
Binary 1000111 11010 11001100 1000001 1010111 0 10100 11111111 1001101 101101

Color Harmonies of #471ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471ACC

Black with #471ACC

Text Example


Text Example

White with #471ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,26,204); }

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

background-color css

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

 a { background-color: rgb(71,26,204); }

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

border-color css

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

 span { border-color: rgb(71,26,204); }

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