#6B17AB

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

Shades of Purple Heart #6B17AB

Tints of Purple Heart #6B17AB

Color information

#6B17AB (or 0x6B17AB) is unknown color: approx Purple Heart. HEX triplet: 6B, 17 and AB. RGB value is (107,23,171). Sum of RGB (Red+Green+Blue) = 107+23+171=301 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.55% from 301); Green value is 23 (9.38% from 255 or 7.64% from 301); Blue value is 171 (67.19% from 255 or 56.81% from 301); Max value from RGB is 171 - color contains mainly: blue. Hex color #6B17AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B17AB is #94E854. Grayscale: #404040. Windows color (decimal): -9758805 or 11212651. OLE color: 11212651.

HSL color Cylindrical-coordinate representation of color #6B17AB: hue angle of 274.05º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6B17AB is Cyan = 0.37, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10723171-
CMYK0.370.8700.33
HSL274.05º76.29%38.04%-
HSV(B)274.05º86.55%67.06%-
XYZ13.726.6839.09-
YUV64.99187.83157.97-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.55%
GREEN value IS 23 (9.38% from 255) = 7.64%
BLUE value IS 171 (67.19% from 255) = 56.81%
R=35.55%
G=7.64%
B=56.81%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal107231710.370.8700.33274.0576.2938.04
Hex6B17AB25570211124c26
Octal153272534512704142211446
Binary11010111011110101011100101101011101000011000100101001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B17AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,23,171); }

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

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

 a { background-color: rgb(107,23,171); }

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

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

 span { border-color: rgb(107,23,171); }

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