#6E18B3

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

Shades of Purple Heart #6E18B3

Tints of Purple Heart #6E18B3

Color information

#6E18B3 (or 0x6E18B3) is unknown color: approx Purple Heart. HEX triplet: 6E, 18 and B3. RGB value is (110,24,179). Sum of RGB (Red+Green+Blue) = 110+24+179=313 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.14% from 313); Green value is 24 (9.77% from 255 or 7.67% from 313); Blue value is 179 (70.31% from 255 or 57.19% from 313); Max value from RGB is 179 - color contains mainly: blue. Hex color #6E18B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E18B3 is #91E74C. Grayscale: #424242. Windows color (decimal): -9561933 or 11737198. OLE color: 11737198.

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

Color convert

RGB11024179-
CMYK0.390.8700.30
HSL273.29º76.35%39.8%-
HSV(B)273.29º86.59%70.2%-
XYZ14.897.2243.26-
YUV67.38190.99158.4-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.14%
GREEN value IS 24 (9.77% from 255) = 7.67%
BLUE value IS 179 (70.31% from 255) = 57.19%
R=35.14%
G=7.67%
B=57.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal110241790.390.8700.30273.2976.3539.8
Hex6E18B3275701E1114c28
Octal156302634712703642111450
Binary1101110110001011001110011110101110111101000100011001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E18B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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