#693BD9

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

Shades of Purple Heart #693BD9

Tints of Purple Heart #693BD9

Color information

#693BD9 (or 0x693BD9) is unknown color: approx Purple Heart. HEX triplet: 69, 3B and D9. RGB value is (105,59,217). Sum of RGB (Red+Green+Blue) = 105+59+217=381 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.56% from 381); Green value is 59 (23.44% from 255 or 15.49% from 381); Blue value is 217 (85.16% from 255 or 56.96% from 381); Max value from RGB is 217 - color contains mainly: blue. Hex color #693BD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693BD9 is #96C426. Grayscale: #5A5A5A. Windows color (decimal): -9880615 or 14236521. OLE color: 14236521.

HSL color Cylindrical-coordinate representation of color #693BD9: hue angle of 257.47º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #693BD9 is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB10559217-
CMYK0.520.7300.15
HSL257.47º67.52%54.12%-
HSV(B)257.47º72.81%85.1%-
XYZ19.9111.1466.75-
YUV90.77199.24138.15-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.56%
GREEN value IS 59 (23.44% from 255) = 15.49%
BLUE value IS 217 (85.16% from 255) = 56.96%
R=27.56%
G=15.49%
B=56.96%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal105592170.520.7300.15257.4767.5254.12
Hex693BD934490F1014436
Octal151733316411101740110466
Binary1101001111011110110011101001001001011111000000011000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,59,217); }

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

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

 a { background-color: rgb(105,59,217); }

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

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

 span { border-color: rgb(105,59,217); }

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