#691CBD

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

Shades of Purple Heart #691CBD

Tints of Purple Heart #691CBD

Color information

#691CBD (or 0x691CBD) is unknown color: approx Purple Heart. HEX triplet: 69, 1C and BD. RGB value is (105,28,189). Sum of RGB (Red+Green+Blue) = 105+28+189=322 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.61% from 322); Green value is 28 (11.33% from 255 or 8.70% from 322); Blue value is 189 (74.22% from 255 or 58.70% from 322); Max value from RGB is 189 - color contains mainly: blue. Hex color #691CBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #691CBD is #96E342. Grayscale: #444444. Windows color (decimal): -9888579 or 12393577. OLE color: 12393577.

HSL color Cylindrical-coordinate representation of color #691CBD: hue angle of 268.7º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #691CBD is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10528189-
CMYK0.440.8500.26
HSL268.7º74.19%42.55%-
HSV(B)268.7º85.19%74.12%-
XYZ15.437.5148.78-
YUV69.38195.51153.41-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.61%
GREEN value IS 28 (11.33% from 255) = 8.70%
BLUE value IS 189 (74.22% from 255) = 58.70%
R=32.61%
G=8.70%
B=58.70%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal105281890.440.8500.26268.774.1942.55
Hex691CBD2C5501A10d4a2b
Octal151342755412503241511253
Binary1101001111001011110110110010101010110101000011011001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,28,189); }

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

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

 a { background-color: rgb(105,28,189); }

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

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

 span { border-color: rgb(105,28,189); }

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