#693fbe

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

Shades of Purple Heart #693FBE

Tints of Purple Heart #693FBE

Color information

#693FBE (or 0x693FBE) is unknown color: approx Purple Heart. HEX triplet: 69, 3F and BE. RGB value is (105,63,190). Sum of RGB (Red+Green+Blue) = 105+63+190=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 63 (25% from 255 or 17.60% from 358); Blue value is 190 (74.61% from 255 or 53.07% from 358); Max value from RGB is 190 - color contains mainly: blue. Hex color #693FBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693FBE is #96C041. Grayscale: #595959. Windows color (decimal): -9879618 or 12468073. OLE color: 12468073.

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

Color convert

RGB10563190-
CMYK0.450.6700.25
HSL259.84º50.2%49.61%-
HSV(B)259.84º66.84%74.51%-
XYZ16.910.2849.81-
YUV90.04184.41138.67-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.33%
GREEN value IS 63 (25% from 255) = 17.60%
BLUE value IS 190 (74.61% from 255) = 53.07%
R=29.33%
G=17.60%
B=53.07%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal105631900.450.6700.25259.8450.249.61
Hex693FBE2D430191043232
Octal15177276551030314046262
Binary1101001111111101111101011011000011011001100000100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693fbe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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