#691ABB

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

Shades of Purple Heart #691ABB

Tints of Purple Heart #691ABB

Color information

#691ABB (or 0x691ABB) is unknown color: approx Purple Heart. HEX triplet: 69, 1A and BB. RGB value is (105,26,187). Sum of RGB (Red+Green+Blue) = 105+26+187=318 (42% of max value = 765). Red value is 105 (41.41% from 255 or 33.02% from 318); Green value is 26 (10.55% from 255 or 8.18% from 318); Blue value is 187 (73.44% from 255 or 58.81% from 318); Max value from RGB is 187 - color contains mainly: blue. Hex color #691ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #691ABB is #96E544. Grayscale: #434343. Windows color (decimal): -9889093 or 12261993. OLE color: 12261993.

HSL color Cylindrical-coordinate representation of color #691ABB: hue angle of 269.44º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #691ABB is Cyan = 0.44, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10526187-
CMYK0.440.8600.27
HSL269.44º75.59%41.76%-
HSV(B)269.44º86.1%73.33%-
XYZ15.167.3347.63-
YUV67.97195.17154.41-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.02%
GREEN value IS 26 (10.55% from 255) = 8.18%
BLUE value IS 187 (73.44% from 255) = 58.81%
R=33.02%
G=8.18%
B=58.81%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal105261870.440.8600.27269.4475.5941.76
Hex691ABB2C5601B10d4c2a
Octal151322735412603341511452
Binary1101001110101011101110110010101100110111000011011001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691ABB; }

 p { color: rgb(105,26,187); }

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

<style>
 a { background-color: #691ABB; }

 a { background-color: rgb(105,26,187); }

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

<style>
 span { border-color: #691ABB; }

 span { border-color: rgb(105,26,187); }

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