#6E36CE

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

Shades of Purple Heart #6E36CE

Tints of Purple Heart #6E36CE

Color information

#6E36CE (or 0x6E36CE) is unknown color: approx Purple Heart. HEX triplet: 6E, 36 and CE. RGB value is (110,54,206). Sum of RGB (Red+Green+Blue) = 110+54+206=370 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.73% from 370); Green value is 54 (21.48% from 255 or 14.59% from 370); Blue value is 206 (80.86% from 255 or 55.68% from 370); Max value from RGB is 206 - color contains mainly: blue. Hex color #6E36CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E36CE is #91C931. Grayscale: #575757. Windows color (decimal): -9554226 or 13514350. OLE color: 13514350.

HSL color Cylindrical-coordinate representation of color #6E36CE: hue angle of 262.11º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6E36CE is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB11054206-
CMYK0.470.7400.19
HSL262.11º60.8%50.98%-
HSV(B)262.11º73.79%80.78%-
XYZ18.8910.4159.41-
YUV88.07194.55143.64-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.73%
GREEN value IS 54 (21.48% from 255) = 14.59%
BLUE value IS 206 (80.86% from 255) = 55.68%
R=29.73%
G=14.59%
B=55.68%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal110542060.470.7400.19262.1160.850.98
Hex6E36CE2F4A0131063d33
Octal15666316571120234067563
Binary1101110110110110011101011111001010010011100000110111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E36CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,54,206); }

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

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

 a { background-color: rgb(110,54,206); }

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

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

 span { border-color: rgb(110,54,206); }

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