#693EBF

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

Shades of Purple Heart #693EBF

Tints of Purple Heart #693EBF

Color information

#693EBF (or 0x693EBF) is unknown color: approx Purple Heart. HEX triplet: 69, 3E and BF. RGB value is (105,62,191). Sum of RGB (Red+Green+Blue) = 105+62+191=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 62 (24.61% from 255 or 17.32% from 358); Blue value is 191 (75% from 255 or 53.35% from 358); Max value from RGB is 191 - color contains mainly: blue. Hex color #693EBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693EBF is #96C140. Grayscale: #595959. Windows color (decimal): -9879873 or 12533353. OLE color: 12533353.

HSL color Cylindrical-coordinate representation of color #693EBF: hue angle of 260º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #693EBF is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10562191-
CMYK0.450.6800.25
HSL260º50.99%49.61%-
HSV(B)260º67.54%74.9%-
XYZ16.9510.2150.37-
YUV89.56185.25139.01-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.33%
GREEN value IS 62 (24.61% from 255) = 17.32%
BLUE value IS 191 (75% from 255) = 53.35%
R=29.33%
G=17.32%
B=53.35%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal105621910.450.6800.2526050.9949.61
Hex693EBF2D440191043332
Octal15176277551040314046362
Binary1101001111110101111111011011000100011001100000100110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,62,191); }

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

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

 a { background-color: rgb(105,62,191); }

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

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

 span { border-color: rgb(105,62,191); }

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