#691DAE

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

Shades of Purple Heart #691DAE

Tints of Purple Heart #691DAE

Color information

#691DAE (or 0x691DAE) is unknown color: approx Purple Heart. HEX triplet: 69, 1D and AE. RGB value is (105,29,174). Sum of RGB (Red+Green+Blue) = 105+29+174=308 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.09% from 308); Green value is 29 (11.72% from 255 or 9.42% from 308); Blue value is 174 (68.36% from 255 or 56.49% from 308); Max value from RGB is 174 - color contains mainly: blue. Hex color #691DAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #691DAE is #96E251. Grayscale: #434343. Windows color (decimal): -9888338 or 11410793. OLE color: 11410793.

HSL color Cylindrical-coordinate representation of color #691DAE: hue angle of 271.45º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #691DAE is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10529174-
CMYK0.400.8300.32
HSL271.45º71.43%39.8%-
HSV(B)271.45º83.33%68.24%-
XYZ13.916.9440.65-
YUV68.25187.68154.21-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.09%
GREEN value IS 29 (11.72% from 255) = 9.42%
BLUE value IS 174 (68.36% from 255) = 56.49%
R=34.09%
G=9.42%
B=56.49%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal105291740.400.8300.32271.4571.4339.8
Hex691DAE285302010f4728
Octal151352565012304041710750
Binary11010011110110101110101000101001101000001000011111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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