#6B17B1

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

Shades of Purple Heart #6B17B1

Tints of Purple Heart #6B17B1

Color information

#6B17B1 (or 0x6B17B1) is unknown color: approx Purple Heart. HEX triplet: 6B, 17 and B1. RGB value is (107,23,177). Sum of RGB (Red+Green+Blue) = 107+23+177=307 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.85% from 307); Green value is 23 (9.38% from 255 or 7.49% from 307); Blue value is 177 (69.53% from 255 or 57.65% from 307); Max value from RGB is 177 - color contains mainly: blue. Hex color #6B17B1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B17B1 is #94E84E. Grayscale: #414141. Windows color (decimal): -9758799 or 11605867. OLE color: 11605867.

HSL color Cylindrical-coordinate representation of color #6B17B1: hue angle of 272.73º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6B17B1 is Cyan = 0.40, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10723177-
CMYK0.400.8700.31
HSL272.73º77%39.22%-
HSV(B)272.73º87.01%69.41%-
XYZ14.316.9142.18-
YUV65.67190.83157.48-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.85%
GREEN value IS 23 (9.38% from 255) = 7.49%
BLUE value IS 177 (69.53% from 255) = 57.65%
R=34.85%
G=7.49%
B=57.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal107231770.400.8700.31272.737739.22
Hex6B17B1285701F1114d27
Octal153272615012703742111547
Binary1101011101111011000110100010101110111111000100011001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B17B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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