#6C16BE

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

Shades of Purple Heart #6C16BE

Tints of Purple Heart #6C16BE

Color information

#6C16BE (or 0x6C16BE) is unknown color: approx Purple Heart. HEX triplet: 6C, 16 and BE. RGB value is (108,22,190). Sum of RGB (Red+Green+Blue) = 108+22+190=320 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.75% from 320); Green value is 22 (8.98% from 255 or 6.88% from 320); Blue value is 190 (74.61% from 255 or 59.38% from 320); Max value from RGB is 190 - color contains mainly: blue. Hex color #6C16BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C16BE is #93E941. Grayscale: #424242. Windows color (decimal): -9693506 or 12457580. OLE color: 12457580.

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

Color convert

RGB10822190-
CMYK0.430.8800.25
HSL270.71º79.25%41.57%-
HSV(B)270.71º88.42%74.51%-
XYZ15.777.4849.33-
YUV66.87197.49157.34-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.75%
GREEN value IS 22 (8.98% from 255) = 6.88%
BLUE value IS 190 (74.61% from 255) = 59.38%
R=33.75%
G=6.88%
B=59.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal108221900.430.8800.25270.7179.2541.57
Hex6C16BE2B5801910f4f2a
Octal154262765313003141711752
Binary1101100101101011111010101110110000110011000011111001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C16BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,22,190); }

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

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

 a { background-color: rgb(108,22,190); }

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

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

 span { border-color: rgb(108,22,190); }

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