#471CCE

Color #471CCE Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #471CCE

Tints of Purple Heart #471CCE

Color information

#471CCE (or 0x471CCE) is unknown color: approx Purple Heart. HEX triplet: 47, 1C and CE. RGB value is (71,28,206). Sum of RGB (Red+Green+Blue) = 71+28+206=305 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.28% from 305); Green value is 28 (11.33% from 255 or 9.18% from 305); Blue value is 206 (80.86% from 255 or 67.54% from 305); Max value from RGB is 206 - color contains mainly: blue. Hex color #471CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471CCE is #B8E331. Grayscale: #3C3C3C. Windows color (decimal): -12116786 or 13507655. OLE color: 13507655.

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

Color convert

RGB7128206-
CMYK0.660.8600.19
HSL254.49º76.07%45.88%-
HSV(B)254.49º86.41%80.78%-
XYZ14.156.6358.93-
YUV61.15209.75135.03-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.28%
GREEN value IS 28 (11.33% from 255) = 9.18%
BLUE value IS 206 (80.86% from 255) = 67.54%
R=23.28%
G=9.18%
B=67.54%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal71282060.660.8600.19254.4976.0745.88
Hex471CCE4256013fe4c2e
Octal1073431610212602337611456
Binary1000111111001100111010000101010110010011111111101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #471CCE;
 }
 .AnyTagClassName
 {
   color: #471CCE;
 }
</style>
background-color css

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

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

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

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

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

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