#6C3EBF

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

Shades of Purple Heart #6C3EBF

Tints of Purple Heart #6C3EBF

Color information

#6C3EBF (or 0x6C3EBF) is unknown color: approx Purple Heart. HEX triplet: 6C, 3E and BF. RGB value is (108,62,191). Sum of RGB (Red+Green+Blue) = 108+62+191=361 (47% of max value = 765). Red value is 108 (42.58% from 255 or 29.92% from 361); Green value is 62 (24.61% from 255 or 17.17% from 361); Blue value is 191 (75% from 255 or 52.91% from 361); Max value from RGB is 191 - color contains mainly: blue. Hex color #6C3EBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C3EBF is #93C140. Grayscale: #595959. Windows color (decimal): -9683265 or 12533356. OLE color: 12533356.

HSL color Cylindrical-coordinate representation of color #6C3EBF: hue angle of 261.4º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6C3EBF is Cyan = 0.43, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10862191-
CMYK0.430.6800.25
HSL261.4º50.99%49.61%-
HSV(B)261.4º67.54%74.9%-
XYZ17.3110.3950.38-
YUV90.46184.74140.51-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.92%
GREEN value IS 62 (24.61% from 255) = 17.17%
BLUE value IS 191 (75% from 255) = 52.91%
R=29.92%
G=17.17%
B=52.91%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal108621910.430.6800.25261.450.9949.61
Hex6C3EBF2B440191053332
Octal15476277531040314056362
Binary1101100111110101111111010111000100011001100000101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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