#6C3ECC

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

Shades of Purple Heart #6C3ECC

Tints of Purple Heart #6C3ECC

Color information

#6C3ECC (or 0x6C3ECC) is unknown color: approx Purple Heart. HEX triplet: 6C, 3E and CC. RGB value is (108,62,204). Sum of RGB (Red+Green+Blue) = 108+62+204=374 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.88% from 374); Green value is 62 (24.61% from 255 or 16.58% from 374); Blue value is 204 (80.08% from 255 or 54.55% from 374); Max value from RGB is 204 - color contains mainly: blue. Hex color #6C3ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C3ECC is #93C133. Grayscale: #5B5B5B. Windows color (decimal): -9683252 or 13385324. OLE color: 13385324.

HSL color Cylindrical-coordinate representation of color #6C3ECC: hue angle of 259.44º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6C3ECC is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB10862204-
CMYK0.470.7000.2
HSL259.44º58.2%52.16%-
HSV(B)259.44º69.61%80%-
XYZ18.8110.9958.26-
YUV91.94191.24139.45-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.88%
GREEN value IS 62 (24.61% from 255) = 16.58%
BLUE value IS 204 (80.08% from 255) = 54.55%
R=28.88%
G=16.58%
B=54.55%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal108622040.470.7000.2259.4458.252.16
Hex6C3ECC2F460141033a34
Octal15476314571060244037264
Binary1101100111110110011001011111000110010100100000011111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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