#6E3CCD

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

Shades of Purple Heart #6E3CCD

Tints of Purple Heart #6E3CCD

Color information

#6E3CCD (or 0x6E3CCD) is unknown color: approx Purple Heart. HEX triplet: 6E, 3C and CD. RGB value is (110,60,205). Sum of RGB (Red+Green+Blue) = 110+60+205=375 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.33% from 375); Green value is 60 (23.83% from 255 or 16% from 375); Blue value is 205 (80.47% from 255 or 54.67% from 375); Max value from RGB is 205 - color contains mainly: blue. Hex color #6E3CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E3CCD is #91C332. Grayscale: #5A5A5A. Windows color (decimal): -9552691 or 13450350. OLE color: 13450350.

HSL color Cylindrical-coordinate representation of color #6E3CCD: hue angle of 260.69º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6E3CCD is Cyan = 0.46, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11060205-
CMYK0.460.7100.20
HSL260.69º59.18%51.96%-
HSV(B)260.69º70.73%80.39%-
XYZ19.0710.9558.87-
YUV91.48192.06141.21-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.33%
GREEN value IS 60 (23.83% from 255) = 16%
BLUE value IS 205 (80.47% from 255) = 54.67%
R=29.33%
G=16%
B=54.67%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal110602050.460.7100.20260.6959.1851.96
Hex6E3CCD2E470141053b34
Octal15674315561070244057364
Binary1101110111100110011011011101000111010100100000101111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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