#693FD9

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

Shades of Purple Heart #693FD9

Tints of Purple Heart #693FD9

Color information

#693FD9 (or 0x693FD9) is unknown color: approx Purple Heart. HEX triplet: 69, 3F and D9. RGB value is (105,63,217). Sum of RGB (Red+Green+Blue) = 105+63+217=385 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.27% from 385); Green value is 63 (25% from 255 or 16.36% from 385); Blue value is 217 (85.16% from 255 or 56.36% from 385); Max value from RGB is 217 - color contains mainly: blue. Hex color #693FD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693FD9 is #96C026. Grayscale: #5C5C5C. Windows color (decimal): -9879591 or 14237545. OLE color: 14237545.

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

Color convert

RGB10563217-
CMYK0.520.7100.15
HSL256.36º66.96%54.9%-
HSV(B)256.36º70.97%85.1%-
XYZ20.1311.5766.82-
YUV93.11197.91136.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.27%
GREEN value IS 63 (25% from 255) = 16.36%
BLUE value IS 217 (85.16% from 255) = 56.36%
R=27.27%
G=16.36%
B=56.36%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal105632170.520.7100.15256.3666.9654.9
Hex693FD934470F1004337
Octal151773316410701740010367
Binary1101001111111110110011101001000111011111000000001000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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