#471FC6

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

Shades of Purple Heart #471FC6

Tints of Purple Heart #471FC6

Color information

#471FC6 (or 0x471FC6) is unknown color: approx Purple Heart. HEX triplet: 47, 1F and C6. RGB value is (71,31,198). Sum of RGB (Red+Green+Blue) = 71+31+198=300 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.67% from 300); Green value is 31 (12.5% from 255 or 10.33% from 300); Blue value is 198 (77.73% from 255 or 66% from 300); Max value from RGB is 198 - color contains mainly: blue. Hex color #471FC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471FC6 is #B8E039. Grayscale: #3D3D3D. Windows color (decimal): -12116026 or 12984135. OLE color: 12984135.

HSL color Cylindrical-coordinate representation of color #471FC6: hue angle of 254.37º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #471FC6 is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB7131198-
CMYK0.640.8400.22
HSL254.37º72.93%44.9%-
HSV(B)254.37º84.34%77.65%-
XYZ13.286.453.96-
YUV62204.75134.42-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.67%
GREEN value IS 31 (12.5% from 255) = 10.33%
BLUE value IS 198 (77.73% from 255) = 66%
R=23.67%
G=10.33%
B=66%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal71311980.640.8400.22254.3772.9344.9
Hex471FC64054016fe492d
Octal1073730610012402637611155
Binary1000111111111100011010000001010100010110111111101001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,31,198); }

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

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

 a { background-color: rgb(71,31,198); }

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

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

 span { border-color: rgb(71,31,198); }

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