#6C2EB7

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

Shades of Purple Heart #6C2EB7

Tints of Purple Heart #6C2EB7

Color information

#6C2EB7 (or 0x6C2EB7) is unknown color: approx Purple Heart. HEX triplet: 6C, 2E and B7. RGB value is (108,46,183). Sum of RGB (Red+Green+Blue) = 108+46+183=337 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.05% from 337); Green value is 46 (18.36% from 255 or 13.65% from 337); Blue value is 183 (71.88% from 255 or 54.30% from 337); Max value from RGB is 183 - color contains mainly: blue. Hex color #6C2EB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C2EB7 is #93D148. Grayscale: #4F4F4F. Windows color (decimal): -9687369 or 12004972. OLE color: 12004972.

HSL color Cylindrical-coordinate representation of color #6C2EB7: hue angle of 267.15º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6C2EB7 is Cyan = 0.41, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB10846183-
CMYK0.410.7500.28
HSL267.15º59.83%44.9%-
HSV(B)267.15º74.86%71.76%-
XYZ15.718.5645.62-
YUV80.16186.04147.86-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.05%
GREEN value IS 46 (18.36% from 255) = 13.65%
BLUE value IS 183 (71.88% from 255) = 54.30%
R=32.05%
G=13.65%
B=54.30%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal108461830.410.7500.28267.1559.8344.9
Hex6C2EB7294B01C10b3c2d
Octal15456267511130344137455
Binary1101100101110101101111010011001011011100100001011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,46,183); }

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

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

 a { background-color: rgb(108,46,183); }

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

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

 span { border-color: rgb(108,46,183); }

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