#6E25D8

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

Shades of Purple Heart #6E25D8

Tints of Purple Heart #6E25D8

Color information

#6E25D8 (or 0x6E25D8) is unknown color: approx Purple Heart. HEX triplet: 6E, 25 and D8. RGB value is (110,37,216). Sum of RGB (Red+Green+Blue) = 110+37+216=363 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.30% from 363); Green value is 37 (14.84% from 255 or 10.19% from 363); Blue value is 216 (84.77% from 255 or 59.50% from 363); Max value from RGB is 216 - color contains mainly: blue. Hex color #6E25D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E25D8 is #91DA27. Grayscale: #4E4E4E. Windows color (decimal): -9558568 or 14165358. OLE color: 14165358.

HSL color Cylindrical-coordinate representation of color #6E25D8: hue angle of 264.47º 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 #6E25D8 is Cyan = 0.49, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB11037216-
CMYK0.490.8300.15
HSL264.47º70.75%49.61%-
HSV(B)264.47º82.87%84.71%-
XYZ19.499.665.79-
YUV79.23205.18149.95-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.30%
GREEN value IS 37 (14.84% from 255) = 10.19%
BLUE value IS 216 (84.77% from 255) = 59.50%
R=30.30%
G=10.19%
B=59.50%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal110372160.490.8300.15264.4770.7549.61
Hex6E25D831530F1084732
Octal156453306112301741010762
Binary1101110100101110110001100011010011011111000010001000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E25D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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