#691BC0

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

Shades of Purple Heart #691BC0

Tints of Purple Heart #691BC0

Color information

#691BC0 (or 0x691BC0) is unknown color: approx Purple Heart. HEX triplet: 69, 1B and C0. RGB value is (105,27,192). Sum of RGB (Red+Green+Blue) = 105+27+192=324 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.41% from 324); Green value is 27 (10.94% from 255 or 8.33% from 324); Blue value is 192 (75.39% from 255 or 59.26% from 324); Max value from RGB is 192 - color contains mainly: blue. Hex color #691BC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #691BC0 is #96E43F. Grayscale: #444444. Windows color (decimal): -9888832 or 12589929. OLE color: 12589929.

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

Color convert

RGB10527192-
CMYK0.450.8600.25
HSL268.36º75.34%42.94%-
HSV(B)268.36º85.94%75.29%-
XYZ15.737.5950.51-
YUV69.13197.34153.58-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.41%
GREEN value IS 27 (10.94% from 255) = 8.33%
BLUE value IS 192 (75.39% from 255) = 59.26%
R=32.41%
G=8.33%
B=59.26%

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
Decimal105271920.450.8600.25268.3675.3442.94
Hex691BC02D5601910c4b2b
Octal151333005512603141411353
Binary1101001110111100000010110110101100110011000011001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,27,192); }

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

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

 a { background-color: rgb(105,27,192); }

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

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

 span { border-color: rgb(105,27,192); }

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