#693AD7

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

Shades of Purple Heart #693AD7

Tints of Purple Heart #693AD7

Color information

#693AD7 (or 0x693AD7) is unknown color: approx Purple Heart. HEX triplet: 69, 3A and D7. RGB value is (105,58,215). Sum of RGB (Red+Green+Blue) = 105+58+215=378 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.78% from 378); Green value is 58 (23.05% from 255 or 15.34% from 378); Blue value is 215 (84.38% from 255 or 56.88% from 378); Max value from RGB is 215 - color contains mainly: blue. Hex color #693AD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693AD7 is #96C528. Grayscale: #595959. Windows color (decimal): -9880873 or 14105193. OLE color: 14105193.

HSL color Cylindrical-coordinate representation of color #693AD7: hue angle of 257.96º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #693AD7 is Cyan = 0.51, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB10558215-
CMYK0.510.7300.16
HSL257.96º66.24%53.53%-
HSV(B)257.96º73.02%84.31%-
XYZ19.610.9465.37-
YUV89.95198.57138.73-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.78%
GREEN value IS 58 (23.05% from 255) = 15.34%
BLUE value IS 215 (84.38% from 255) = 56.88%
R=27.78%
G=15.34%
B=56.88%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal105582150.510.7300.16257.9666.2453.53
Hex693AD733490101024236
Octal151723276311102040210266
Binary11010011110101101011111001110010010100001000000101000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693AD7; }

 p { color: rgb(105,58,215); }

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

<style>
 a { background-color: #693AD7; }

 a { background-color: rgb(105,58,215); }

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

<style>
 span { border-color: #693AD7; }

 span { border-color: rgb(105,58,215); }

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