#6e3cc4

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

Shades of Purple Heart #6E3CC4

Tints of Purple Heart #6E3CC4

Color information

#6E3CC4 (or 0x6E3CC4) is unknown color: approx Purple Heart. HEX triplet: 6E, 3C and C4. RGB value is (110,60,196). Sum of RGB (Red+Green+Blue) = 110+60+196=366 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.05% from 366); Green value is 60 (23.83% from 255 or 16.39% from 366); Blue value is 196 (76.95% from 255 or 53.55% from 366); Max value from RGB is 196 - color contains mainly: blue. Hex color #6E3CC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E3CC4 is #91C33B. Grayscale: #595959. Windows color (decimal): -9552700 or 12860526. OLE color: 12860526.

HSL color Cylindrical-coordinate representation of color #6E3CC4: hue angle of 262.06º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6E3CC4 is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB11060196-
CMYK0.440.6900.23
HSL262.06º53.54%50.2%-
HSV(B)262.06º69.39%76.86%-
XYZ18.0110.5353.31-
YUV90.45187.56141.94-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.05%
GREEN value IS 60 (23.83% from 255) = 16.39%
BLUE value IS 196 (76.95% from 255) = 53.55%
R=30.05%
G=16.39%
B=53.55%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal110601960.440.6900.23262.0653.5450.2
Hex6E3CC42C450171063632
Octal15674304541050274066662
Binary1101110111100110001001011001000101010111100000110110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6e3cc4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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