#6C25D8

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

Shades of Purple Heart #6C25D8

Tints of Purple Heart #6C25D8

Color information

#6C25D8 (or 0x6C25D8) is unknown color: approx Purple Heart. HEX triplet: 6C, 25 and D8. RGB value is (108,37,216). Sum of RGB (Red+Green+Blue) = 108+37+216=361 (47% of max value = 765). Red value is 108 (42.58% from 255 or 29.92% from 361); Green value is 37 (14.84% from 255 or 10.25% from 361); Blue value is 216 (84.77% from 255 or 59.83% from 361); Max value from RGB is 216 - color contains mainly: blue. Hex color #6C25D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C25D8 is #93DA27. Grayscale: #4D4D4D. Windows color (decimal): -9689640 or 14165356. OLE color: 14165356.

HSL color Cylindrical-coordinate representation of color #6C25D8: hue angle of 263.8º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6C25D8 is Cyan = 0.50, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB10837216-
CMYK0.500.8300.15
HSL263.8º70.75%49.61%-
HSV(B)263.8º82.87%84.71%-
XYZ19.249.4765.78-
YUV78.63205.52148.95-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.92%
GREEN value IS 37 (14.84% from 255) = 10.25%
BLUE value IS 216 (84.77% from 255) = 59.83%
R=29.92%
G=10.25%
B=59.83%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal108372160.500.8300.15263.870.7549.61
Hex6C25D832530F1084732
Octal154453306212301741010762
Binary1101100100101110110001100101010011011111000010001000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C25D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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