#6E38BC

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

Shades of Purple Heart #6E38BC

Tints of Purple Heart #6E38BC

Color information

#6E38BC (or 0x6E38BC) is unknown color: approx Purple Heart. HEX triplet: 6E, 38 and BC. RGB value is (110,56,188). Sum of RGB (Red+Green+Blue) = 110+56+188=354 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.07% from 354); Green value is 56 (22.27% from 255 or 15.82% from 354); Blue value is 188 (73.83% from 255 or 53.11% from 354); Max value from RGB is 188 - color contains mainly: blue. Hex color #6E38BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E38BC is #91C743. Grayscale: #565656. Windows color (decimal): -9553732 or 12335214. OLE color: 12335214.

HSL color Cylindrical-coordinate representation of color #6E38BC: hue angle of 264.55º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6E38BC is Cyan = 0.41, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11056188-
CMYK0.410.7000.26
HSL264.55º54.1%47.84%-
HSV(B)264.55º70.21%73.73%-
XYZ16.929.7748.57-
YUV87.19184.89144.27-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.07%
GREEN value IS 56 (22.27% from 255) = 15.82%
BLUE value IS 188 (73.83% from 255) = 53.11%
R=31.07%
G=15.82%
B=53.11%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal110561880.410.7000.26264.5554.147.84
Hex6E38BC294601A1093630
Octal15670274511060324116660
Binary1101110111000101111001010011000110011010100001001110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E38BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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