#6E3CBF

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

Shades of Purple Heart #6E3CBF

Tints of Purple Heart #6E3CBF

Color information

#6E3CBF (or 0x6E3CBF) is unknown color: approx Purple Heart. HEX triplet: 6E, 3C and BF. RGB value is (110,60,191). Sum of RGB (Red+Green+Blue) = 110+60+191=361 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.47% from 361); Green value is 60 (23.83% from 255 or 16.62% from 361); Blue value is 191 (75% from 255 or 52.91% from 361); Max value from RGB is 191 - color contains mainly: blue. Hex color #6E3CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E3CBF is #91C340. Grayscale: #595959. Windows color (decimal): -9552705 or 12532846. OLE color: 12532846.

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

Color convert

RGB11060191-
CMYK0.420.6900.25
HSL262.9º52.19%49.22%-
HSV(B)262.9º68.59%74.9%-
XYZ17.4510.3150.36-
YUV89.88185.06142.35-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.47%
GREEN value IS 60 (23.83% from 255) = 16.62%
BLUE value IS 191 (75% from 255) = 52.91%
R=30.47%
G=16.62%
B=52.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal110601910.420.6900.25262.952.1949.22
Hex6E3CBF2A450191073431
Octal15674277521050314076461
Binary1101110111100101111111010101000101011001100000111110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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