#6817A4

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

Shades of Purple Heart #6817A4

Tints of Purple Heart #6817A4

Color information

#6817A4 (or 0x6817A4) is unknown color: approx Purple Heart. HEX triplet: 68, 17 and A4. RGB value is (104,23,164). Sum of RGB (Red+Green+Blue) = 104+23+164=291 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.74% from 291); Green value is 23 (9.38% from 255 or 7.90% from 291); Blue value is 164 (64.45% from 255 or 56.36% from 291); Max value from RGB is 164 - color contains mainly: blue. Hex color #6817A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6817A4 is #97E85B. Grayscale: #3E3E3E. Windows color (decimal): -9955420 or 10753896. OLE color: 10753896.

HSL color Cylindrical-coordinate representation of color #6817A4: hue angle of 274.47º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6817A4 is Cyan = 0.37, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10423164-
CMYK0.370.8600.36
HSL274.47º75.4%36.67%-
HSV(B)274.47º85.98%64.31%-
XYZ12.726.2435.66-
YUV63.29184.84157.04-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.74%
GREEN value IS 23 (9.38% from 255) = 7.90%
BLUE value IS 164 (64.45% from 255) = 56.36%
R=35.74%
G=7.90%
B=56.36%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal104231640.370.8600.36274.4775.436.67
Hex6817A425560241124b25
Octal150272444512604442211345
Binary11010001011110100100100101101011001001001000100101001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6817A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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