#693CDF

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

Shades of Purple Heart #693CDF

Tints of Purple Heart #693CDF

Color information

#693CDF (or 0x693CDF) is unknown color: approx Purple Heart. HEX triplet: 69, 3C and DF. RGB value is (105,60,223). Sum of RGB (Red+Green+Blue) = 105+60+223=388 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.06% from 388); Green value is 60 (23.83% from 255 or 15.46% from 388); Blue value is 223 (87.5% from 255 or 57.47% from 388); Max value from RGB is 223 - color contains mainly: blue. Hex color #693CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693CDF is #96C320. Grayscale: #5B5B5B. Windows color (decimal): -9880353 or 14629993. OLE color: 14629993.

HSL color Cylindrical-coordinate representation of color #693CDF: hue angle of 256.56º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #693CDF is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10560223-
CMYK0.530.7300.13
HSL256.56º71.81%55.49%-
HSV(B)256.56º73.09%87.45%-
XYZ20.7611.5670.95-
YUV92.04201.91137.25-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.06%
GREEN value IS 60 (23.83% from 255) = 15.46%
BLUE value IS 223 (87.5% from 255) = 57.47%
R=27.06%
G=15.46%
B=57.47%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal105602230.530.7300.13256.5671.8155.49
Hex693CDF35490D1014837
Octal151743376511101540111067
Binary1101001111100110111111101011001001011011000000011001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,60,223); }

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

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

 a { background-color: rgb(105,60,223); }

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

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

 span { border-color: rgb(105,60,223); }

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