#6817B1

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

Shades of Purple Heart #6817B1

Tints of Purple Heart #6817B1

Color information

#6817B1 (or 0x6817B1) is unknown color: approx Purple Heart. HEX triplet: 68, 17 and B1. RGB value is (104,23,177). Sum of RGB (Red+Green+Blue) = 104+23+177=304 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.21% from 304); Green value is 23 (9.38% from 255 or 7.57% from 304); Blue value is 177 (69.53% from 255 or 58.22% from 304); Max value from RGB is 177 - color contains mainly: blue. Hex color #6817B1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6817B1 is #97E84E. Grayscale: #404040. Windows color (decimal): -9955407 or 11605864. OLE color: 11605864.

HSL color Cylindrical-coordinate representation of color #6817B1: hue angle of 271.56º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6817B1 is Cyan = 0.41, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10423177-
CMYK0.410.8700.31
HSL271.56º77%39.22%-
HSV(B)271.56º87.01%69.41%-
XYZ13.956.7342.16-
YUV64.78191.34155.98-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.21%
GREEN value IS 23 (9.38% from 255) = 7.57%
BLUE value IS 177 (69.53% from 255) = 58.22%
R=34.21%
G=7.57%
B=58.22%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal104231770.410.8700.31271.567739.22
Hex6817B1295701F1104d27
Octal150272615112703742011547
Binary1101000101111011000110100110101110111111000100001001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6817B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6817B1; }

 p { color: rgb(104,23,177); }

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

<style>
 a { background-color: #6817B1; }

 a { background-color: rgb(104,23,177); }

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

<style>
 span { border-color: #6817B1; }

 span { border-color: rgb(104,23,177); }

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