#6C3ECF

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

Shades of Purple Heart #6C3ECF

Tints of Purple Heart #6C3ECF

Color information

#6C3ECF (or 0x6C3ECF) is unknown color: approx Purple Heart. HEX triplet: 6C, 3E and CF. RGB value is (108,62,207). Sum of RGB (Red+Green+Blue) = 108+62+207=377 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.65% from 377); Green value is 62 (24.61% from 255 or 16.45% from 377); Blue value is 207 (81.25% from 255 or 54.91% from 377); Max value from RGB is 207 - color contains mainly: blue. Hex color #6C3ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C3ECF is #93C130. Grayscale: #5B5B5B. Windows color (decimal): -9683249 or 13581932. OLE color: 13581932.

HSL color Cylindrical-coordinate representation of color #6C3ECF: hue angle of 259.03º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6C3ECF is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB10862207-
CMYK0.480.7000.19
HSL259.03º60.17%52.75%-
HSV(B)259.03º70.05%81.18%-
XYZ19.1711.1460.17-
YUV92.28192.74139.21-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.65%
GREEN value IS 62 (24.61% from 255) = 16.45%
BLUE value IS 207 (81.25% from 255) = 54.91%
R=28.65%
G=16.45%
B=54.91%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal108622070.480.7000.19259.0360.1752.75
Hex6C3ECF30460131033c35
Octal15476317601060234037465
Binary1101100111110110011111100001000110010011100000011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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