#6E45BC

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

Shades of Purple Heart #6E45BC

Tints of Purple Heart #6E45BC

Color information

#6E45BC (or 0x6E45BC) is unknown color: approx Purple Heart. HEX triplet: 6E, 45 and BC. RGB value is (110,69,188). Sum of RGB (Red+Green+Blue) = 110+69+188=367 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.97% from 367); Green value is 69 (27.34% from 255 or 18.80% from 367); Blue value is 188 (73.83% from 255 or 51.23% from 367); Max value from RGB is 188 - color contains mainly: blue. Hex color #6E45BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E45BC is #91BA43. Grayscale: #5E5E5E. Windows color (decimal): -9550404 or 12338542. OLE color: 12338542.

HSL color Cylindrical-coordinate representation of color #6E45BC: hue angle of 260.67º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6E45BC is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11069188-
CMYK0.410.6300.26
HSL260.67º47.04%50.39%-
HSV(B)260.67º63.3%73.73%-
XYZ17.6411.248.81-
YUV94.82180.58138.82-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.97%
GREEN value IS 69 (27.34% from 255) = 18.80%
BLUE value IS 188 (73.83% from 255) = 51.23%
R=29.97%
G=18.80%
B=51.23%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal110691880.410.6300.26260.6747.0450.39
Hex6E45BC293F01A1052f32
Octal15610527451770324055762
Binary1101110100010110111100101001111111011010100000101101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E45BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,69,188); }

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

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

 a { background-color: rgb(110,69,188); }

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

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

 span { border-color: rgb(110,69,188); }

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