#6E25DC

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

Shades of Purple Heart #6E25DC

Tints of Purple Heart #6E25DC

Color information

#6E25DC (or 0x6E25DC) is unknown color: approx Purple Heart. HEX triplet: 6E, 25 and DC. RGB value is (110,37,220). Sum of RGB (Red+Green+Blue) = 110+37+220=367 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.97% from 367); Green value is 37 (14.84% from 255 or 10.08% from 367); Blue value is 220 (86.33% from 255 or 59.95% from 367); Max value from RGB is 220 - color contains mainly: blue. Hex color #6E25DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E25DC is #91DA23. Grayscale: #4F4F4F. Windows color (decimal): -9558564 or 14427502. OLE color: 14427502.

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

Color convert

RGB11037220-
CMYK0.500.8300.14
HSL263.93º72.33%50.39%-
HSV(B)263.93º83.18%86.27%-
XYZ20.019.8168.55-
YUV79.69207.18149.62-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.97%
GREEN value IS 37 (14.84% from 255) = 10.08%
BLUE value IS 220 (86.33% from 255) = 59.95%
R=29.97%
G=10.08%
B=59.95%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal110372200.500.8300.14263.9372.3350.39
Hex6E25DC32530E1084832
Octal156453346212301641011062
Binary1101110100101110111001100101010011011101000010001001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E25DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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