#6817CA

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

Shades of Purple Heart #6817CA

Tints of Purple Heart #6817CA

Color information

#6817CA (or 0x6817CA) is unknown color: approx Purple Heart. HEX triplet: 68, 17 and CA. RGB value is (104,23,202). Sum of RGB (Red+Green+Blue) = 104+23+202=329 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.61% from 329); Green value is 23 (9.38% from 255 or 6.99% from 329); Blue value is 202 (79.30% from 255 or 61.40% from 329); Max value from RGB is 202 - color contains mainly: blue. Hex color #6817CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6817CA is #97E835. Grayscale: #424242. Windows color (decimal): -9955382 or 13244264. OLE color: 13244264.

HSL color Cylindrical-coordinate representation of color #6817CA: hue angle of 267.15º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6817CA is Cyan = 0.49, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10423202-
CMYK0.490.8900.21
HSL267.15º79.56%44.12%-
HSV(B)267.15º88.61%79.22%-
XYZ16.687.8256.51-
YUV67.62203.84153.95-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.61%
GREEN value IS 23 (9.38% from 255) = 6.99%
BLUE value IS 202 (79.30% from 255) = 61.40%
R=31.61%
G=6.99%
B=61.40%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal104232020.490.8900.21267.1579.5644.12
Hex6817CA315901510b502c
Octal150273126113102541312054
Binary1101000101111100101011000110110010101011000010111010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6817CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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