#691AB0

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

Shades of Purple Heart #691AB0

Tints of Purple Heart #691AB0

Color information

#691AB0 (or 0x691AB0) is unknown color: approx Purple Heart. HEX triplet: 69, 1A and B0. RGB value is (105,26,176). Sum of RGB (Red+Green+Blue) = 105+26+176=307 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.20% from 307); Green value is 26 (10.55% from 255 or 8.47% from 307); Blue value is 176 (69.14% from 255 or 57.33% from 307); Max value from RGB is 176 - color contains mainly: blue. Hex color #691AB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #691AB0 is #96E54F. Grayscale: #424242. Windows color (decimal): -9889104 or 11541097. OLE color: 11541097.

HSL color Cylindrical-coordinate representation of color #691AB0: hue angle of 271.6º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #691AB0 is Cyan = 0.40, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10526176-
CMYK0.400.8500.31
HSL271.6º74.26%39.61%-
HSV(B)271.6º85.23%69.02%-
XYZ14.036.8841.66-
YUV66.72189.67155.3-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.20%
GREEN value IS 26 (10.55% from 255) = 8.47%
BLUE value IS 176 (69.14% from 255) = 57.33%
R=34.20%
G=8.47%
B=57.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal105261760.400.8500.31271.674.2639.61
Hex691AB0285501F1104a28
Octal151322605012503742011250
Binary1101001110101011000010100010101010111111000100001001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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