#6E24BD

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

Shades of Purple Heart #6E24BD

Tints of Purple Heart #6E24BD

Color information

#6E24BD (or 0x6E24BD) is unknown color: approx Purple Heart. HEX triplet: 6E, 24 and BD. RGB value is (110,36,189). Sum of RGB (Red+Green+Blue) = 110+36+189=335 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.84% from 335); Green value is 36 (14.45% from 255 or 10.75% from 335); Blue value is 189 (74.22% from 255 or 56.42% from 335); Max value from RGB is 189 - color contains mainly: blue. Hex color #6E24BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E24BD is #91DB42. Grayscale: #4B4B4B. Windows color (decimal): -9558851 or 12395630. OLE color: 12395630.

HSL color Cylindrical-coordinate representation of color #6E24BD: hue angle of 269.02º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6E24BD is Cyan = 0.42, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11036189-
CMYK0.420.8100.26
HSL269.02º68%44.12%-
HSV(B)269.02º80.95%74.12%-
XYZ16.258.2548.88-
YUV75.57192.02152.56-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.84%
GREEN value IS 36 (14.45% from 255) = 10.75%
BLUE value IS 189 (74.22% from 255) = 56.42%
R=32.84%
G=10.75%
B=56.42%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal110361890.420.8100.26269.026844.12
Hex6E24BD2A5101A10d442c
Octal156442755212103241510454
Binary11011101001001011110110101010100010110101000011011000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E24BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,36,189); }

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

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

 a { background-color: rgb(110,36,189); }

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

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

 span { border-color: rgb(110,36,189); }

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