#6C3EC2

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

Shades of Purple Heart #6C3EC2

Tints of Purple Heart #6C3EC2

Color information

#6C3EC2 (or 0x6C3EC2) is unknown color: approx Purple Heart. HEX triplet: 6C, 3E and C2. RGB value is (108,62,194). Sum of RGB (Red+Green+Blue) = 108+62+194=364 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.67% from 364); Green value is 62 (24.61% from 255 or 17.03% from 364); Blue value is 194 (76.17% from 255 or 53.30% from 364); Max value from RGB is 194 - color contains mainly: blue. Hex color #6C3EC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C3EC2 is #93C13D. Grayscale: #5A5A5A. Windows color (decimal): -9683262 or 12729964. OLE color: 12729964.

HSL color Cylindrical-coordinate representation of color #6C3EC2: hue angle of 260.91º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6C3EC2 is Cyan = 0.44, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB10862194-
CMYK0.440.6800.24
HSL260.91º51.97%50.2%-
HSV(B)260.91º68.04%76.08%-
XYZ17.6410.5352.14-
YUV90.8186.24140.27-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.67%
GREEN value IS 62 (24.61% from 255) = 17.03%
BLUE value IS 194 (76.17% from 255) = 53.30%
R=29.67%
G=17.03%
B=53.30%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal108621940.440.6800.24260.9151.9750.2
Hex6C3EC22C440181053432
Octal15476302541040304056462
Binary1101100111110110000101011001000100011000100000101110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,62,194); }

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

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

 a { background-color: rgb(108,62,194); }

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

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

 span { border-color: rgb(108,62,194); }

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