#6B11AF

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

Shades of Purple Heart #6B11AF

Tints of Purple Heart #6B11AF

Color information

#6B11AF (or 0x6B11AF) is unknown color: approx Purple Heart. HEX triplet: 6B, 11 and AF. RGB value is (107,17,175). Sum of RGB (Red+Green+Blue) = 107+17+175=299 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.79% from 299); Green value is 17 (7.03% from 255 or 5.69% from 299); Blue value is 175 (68.75% from 255 or 58.53% from 299); Max value from RGB is 175 - color contains mainly: blue. Hex color #6B11AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B11AF is #94EE50. Grayscale: #3D3D3D. Windows color (decimal): -9760337 or 11473259. OLE color: 11473259.

HSL color Cylindrical-coordinate representation of color #6B11AF: hue angle of 274.18º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6B11AF is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10717175-
CMYK0.390.9000.31
HSL274.18º82.29%37.65%-
HSV(B)274.18º90.29%68.63%-
XYZ146.6241.1-
YUV61.92191.82160.15-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.79%
GREEN value IS 17 (7.03% from 255) = 5.69%
BLUE value IS 175 (68.75% from 255) = 58.53%
R=35.79%
G=5.69%
B=58.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal107171750.390.9000.31274.1882.2937.65
Hex6B11AF275A01F1125226
Octal153212574713203742212246
Binary1101011100011010111110011110110100111111000100101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B11AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,17,175); }

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

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

 a { background-color: rgb(107,17,175); }

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

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

 span { border-color: rgb(107,17,175); }

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