#691ABE

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

Shades of Purple Heart #691ABE

Tints of Purple Heart #691ABE

Color information

#691ABE (or 0x691ABE) is unknown color: approx Purple Heart. HEX triplet: 69, 1A and BE. RGB value is (105,26,190). Sum of RGB (Red+Green+Blue) = 105+26+190=321 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.71% from 321); Green value is 26 (10.55% from 255 or 8.10% from 321); Blue value is 190 (74.61% from 255 or 59.19% from 321); Max value from RGB is 190 - color contains mainly: blue. Hex color #691ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #691ABE is #96E541. Grayscale: #434343. Windows color (decimal): -9889090 or 12458601. OLE color: 12458601.

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

Color convert

RGB10526190-
CMYK0.450.8600.25
HSL268.9º75.93%42.35%-
HSV(B)268.9º86.32%74.51%-
XYZ15.497.4649.34-
YUV68.32196.67154.16-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.71%
GREEN value IS 26 (10.55% from 255) = 8.10%
BLUE value IS 190 (74.61% from 255) = 59.19%
R=32.71%
G=8.10%
B=59.19%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal105261900.450.8600.25268.975.9342.35
Hex691ABE2D5601910d4c2a
Octal151322765512603141511452
Binary1101001110101011111010110110101100110011000011011001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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