#691DA7

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

Shades of Purple Heart #691DA7

Tints of Purple Heart #691DA7

Color information

#691DA7 (or 0x691DA7) is unknown color: approx Purple Heart. HEX triplet: 69, 1D and A7. RGB value is (105,29,167). Sum of RGB (Red+Green+Blue) = 105+29+167=301 (39% of max value = 765). Red value is 105 (41.41% from 255 or 34.88% from 301); Green value is 29 (11.72% from 255 or 9.63% from 301); Blue value is 167 (65.62% from 255 or 55.48% from 301); Max value from RGB is 167 - color contains mainly: blue. Hex color #691DA7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #691DA7 is #96E258. Grayscale: #424242. Windows color (decimal): -9888345 or 10952041. OLE color: 10952041.

HSL color Cylindrical-coordinate representation of color #691DA7: hue angle of 273.04º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #691DA7 is Cyan = 0.37, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB10529167-
CMYK0.370.8300.35
HSL273.04º70.41%38.43%-
HSV(B)273.04º82.63%65.49%-
XYZ13.246.6737.15-
YUV67.46184.18154.78-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.88%
GREEN value IS 29 (11.72% from 255) = 9.63%
BLUE value IS 167 (65.62% from 255) = 55.48%
R=34.88%
G=9.63%
B=55.48%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal105291670.370.8300.35273.0470.4138.43
Hex691DA725530231114626
Octal151352474512304342110646
Binary11010011110110100111100101101001101000111000100011000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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