Html Css Color HEX #471ACE Purple Heart

📋 copy color: '#471ACE'

red 71 ◦ green 26 ◦ blue 206

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

Shades of Purple Heart #471ACE

Tints of Purple Heart #471ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 67.99%

R = 23.43%
G = 8.58%
B = 67.99%

CMYK

 C value IS 0.66

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#471ACE (or 0x471ACE) is known color: Purple Heart. HEX triplet: 47, 1A and CE. RGB value is (71,26,206). Sum of RGB (Red+Green+Blue) = 71+26+206=303 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.43% from 303); Green value is 26 (10.55% from 255 or 8.58% from 303); Blue value is 206 (80.86% from 255 or 67.99% from 303); Max value from RGB is 206 - color contains mainly: blue. Hex color #471ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471ACE is #B8E531. Grayscale: #3B3B3B. Windows color (decimal): -12117298 or 13507143. OLE color: 13507143.

HSL color Cylindrical-coordinate representation of color #471ACE: hue angle of 255º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #471ACE is Cyan = 0.66, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 71 26 206 -
CMYK 0.66 0.87 0 0.19
HSL 255º 0.78% 0.45% -
HSV(B) 255º 0.87% 0.81% -
XYZ 14.11 6.53 58.91 -
YUV 59.98 210.41 135.86 -
System Red Green Blue C M Y K H S L
Decimal 71 26 206 0.66 0.87 0 0.19 255 0.78 0.45
Hex 47 1A CE 42 57 0 13 FF 4E 2D
Octal 107 32 316 102 127 0 23 377 116 55
Binary 1000111 11010 11001110 1000010 1010111 0 10011 11111111 1001110 101101

Color Harmonies of #471ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471ACE

Black with #471ACE

Text Example


Text Example

White with #471ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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