#6e18b5

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

Shades of Purple Heart #6E18B5

Tints of Purple Heart #6E18B5

Color information

#6E18B5 (or 0x6E18B5) is unknown color: approx Purple Heart. HEX triplet: 6E, 18 and B5. RGB value is (110,24,181). Sum of RGB (Red+Green+Blue) = 110+24+181=315 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.92% from 315); Green value is 24 (9.77% from 255 or 7.62% from 315); Blue value is 181 (71.09% from 255 or 57.46% from 315); Max value from RGB is 181 - color contains mainly: blue. Hex color #6E18B5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E18B5 is #91E74A. Grayscale: #434343. Windows color (decimal): -9561931 or 11868270. OLE color: 11868270.

HSL color Cylindrical-coordinate representation of color #6E18B5: hue angle of 272.87º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6E18B5 is Cyan = 0.39, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11024181-
CMYK0.390.8700.29
HSL272.87º76.59%40.2%-
HSV(B)272.87º86.74%70.98%-
XYZ15.17.344.33-
YUV67.61191.99158.23-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.92%
GREEN value IS 24 (9.77% from 255) = 7.62%
BLUE value IS 181 (71.09% from 255) = 57.46%
R=34.92%
G=7.62%
B=57.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal110241810.390.8700.29272.8776.5940.2
Hex6E18B5275701D1114d28
Octal156302654712703542111550
Binary1101110110001011010110011110101110111011000100011001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6e18b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,24,181); }

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

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

 a { background-color: rgb(110,24,181); }

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

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

 span { border-color: rgb(110,24,181); }

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