#6B16AE

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

Shades of Purple Heart #6B16AE

Tints of Purple Heart #6B16AE

Color information

#6B16AE (or 0x6B16AE) is unknown color: approx Purple Heart. HEX triplet: 6B, 16 and AE. RGB value is (107,22,174). Sum of RGB (Red+Green+Blue) = 107+22+174=303 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.31% from 303); Green value is 22 (8.98% from 255 or 7.26% from 303); Blue value is 174 (68.36% from 255 or 57.43% from 303); Max value from RGB is 174 - color contains mainly: blue. Hex color #6B16AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B16AE is #94E951. Grayscale: #404040. Windows color (decimal): -9759058 or 11409003. OLE color: 11409003.

HSL color Cylindrical-coordinate representation of color #6B16AE: hue angle of 273.55º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6B16AE is Cyan = 0.39, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10722174-
CMYK0.390.8700.32
HSL273.55º77.55%38.43%-
HSV(B)273.55º87.36%68.24%-
XYZ13.996.7640.61-
YUV64.74189.66158.14-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.31%
GREEN value IS 22 (8.98% from 255) = 7.26%
BLUE value IS 174 (68.36% from 255) = 57.43%
R=35.31%
G=7.26%
B=57.43%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal107221740.390.8700.32273.5577.5538.43
Hex6B16AE27570201124e26
Octal153262564712704042211646
Binary11010111011010101110100111101011101000001000100101001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B16AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,22,174); }

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

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

 a { background-color: rgb(107,22,174); }

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

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

 span { border-color: rgb(107,22,174); }

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