#691DB0

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

Shades of Purple Heart #691DB0

Tints of Purple Heart #691DB0

Color information

#691DB0 (or 0x691DB0) is unknown color: approx Purple Heart. HEX triplet: 69, 1D and B0. RGB value is (105,29,176). Sum of RGB (Red+Green+Blue) = 105+29+176=310 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.87% from 310); Green value is 29 (11.72% from 255 or 9.35% from 310); Blue value is 176 (69.14% from 255 or 56.77% from 310); Max value from RGB is 176 - color contains mainly: blue. Hex color #691DB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #691DB0 is #96E24F. Grayscale: #434343. Windows color (decimal): -9888336 or 11541865. OLE color: 11541865.

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

Color convert

RGB10529176-
CMYK0.400.8400.31
HSL271.02º71.71%40.2%-
HSV(B)271.02º83.52%69.02%-
XYZ14.17.0241.69-
YUV68.48188.68154.05-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.87%
GREEN value IS 29 (11.72% from 255) = 9.35%
BLUE value IS 176 (69.14% from 255) = 56.77%
R=33.87%
G=9.35%
B=56.77%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal105291760.400.8400.31271.0271.7140.2
Hex691DB0285401F10f4828
Octal151352605012403741711050
Binary1101001111011011000010100010101000111111000011111001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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