#6E3CBD

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

Shades of Purple Heart #6E3CBD

Tints of Purple Heart #6E3CBD

Color information

#6E3CBD (or 0x6E3CBD) is unknown color: approx Purple Heart. HEX triplet: 6E, 3C and BD. RGB value is (110,60,189). Sum of RGB (Red+Green+Blue) = 110+60+189=359 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.64% from 359); Green value is 60 (23.83% from 255 or 16.71% from 359); Blue value is 189 (74.22% from 255 or 52.65% from 359); Max value from RGB is 189 - color contains mainly: blue. Hex color #6E3CBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E3CBD is #91C342. Grayscale: #595959. Windows color (decimal): -9552707 or 12401774. OLE color: 12401774.

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

Color convert

RGB11060189-
CMYK0.420.6800.26
HSL263.26º51.81%48.82%-
HSV(B)263.26º68.25%74.12%-
XYZ17.2310.2249.21-
YUV89.66184.06142.51-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.64%
GREEN value IS 60 (23.83% from 255) = 16.71%
BLUE value IS 189 (74.22% from 255) = 52.65%
R=30.64%
G=16.71%
B=52.65%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal110601890.420.6800.26263.2651.8148.82
Hex6E3CBD2A4401A1073431
Octal15674275521040324076461
Binary1101110111100101111011010101000100011010100000111110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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