#6C25AD

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

Shades of Purple Heart #6C25AD

Tints of Purple Heart #6C25AD

Color information

#6C25AD (or 0x6C25AD) is unknown color: approx Purple Heart. HEX triplet: 6C, 25 and AD. RGB value is (108,37,173). Sum of RGB (Red+Green+Blue) = 108+37+173=318 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.96% from 318); Green value is 37 (14.84% from 255 or 11.64% from 318); Blue value is 173 (67.97% from 255 or 54.40% from 318); Max value from RGB is 173 - color contains mainly: blue. Hex color #6C25AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C25AD is #93DA52. Grayscale: #494949. Windows color (decimal): -9689683 or 11347308. OLE color: 11347308.

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

Color convert

RGB10837173-
CMYK0.380.7900.32
HSL271.32º64.76%41.18%-
HSV(B)271.32º78.61%67.84%-
XYZ14.397.5340.23-
YUV73.73184.02152.44-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.96%
GREEN value IS 37 (14.84% from 255) = 11.64%
BLUE value IS 173 (67.97% from 255) = 54.40%
R=33.96%
G=11.64%
B=54.40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal108371730.380.7900.32271.3264.7641.18
Hex6C25AD264F02010f4129
Octal154452554611704041710151
Binary110110010010110101101100110100111101000001000011111000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C25AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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