#6C15AD

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

Shades of Purple Heart #6C15AD

Tints of Purple Heart #6C15AD

Color information

#6C15AD (or 0x6C15AD) is unknown color: approx Purple Heart. HEX triplet: 6C, 15 and AD. RGB value is (108,21,173). Sum of RGB (Red+Green+Blue) = 108+21+173=302 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.76% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 173 (67.97% from 255 or 57.28% from 302); Max value from RGB is 173 - color contains mainly: blue. Hex color #6C15AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C15AD is #93EA52. Grayscale: #3F3F3F. Windows color (decimal): -9693779 or 11343212. OLE color: 11343212.

HSL color Cylindrical-coordinate representation of color #6C15AD: hue angle of 274.34º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6C15AD is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10821173-
CMYK0.380.8800.32
HSL274.34º78.35%38.04%-
HSV(B)274.34º87.86%67.84%-
XYZ146.7440.1-
YUV64.34189.32159.14-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.76%
GREEN value IS 21 (8.59% from 255) = 6.95%
BLUE value IS 173 (67.97% from 255) = 57.28%
R=35.76%
G=6.95%
B=57.28%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal108211730.380.8800.32274.3478.3538.04
Hex6C15AD26580201124e26
Octal154252554613004042211646
Binary11011001010110101101100110101100001000001000100101001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C15AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C15AD; }

 p { color: rgb(108,21,173); }

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

<style>
 a { background-color: #6C15AD; }

 a { background-color: rgb(108,21,173); }

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

<style>
 span { border-color: #6C15AD; }

 span { border-color: rgb(108,21,173); }

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