#693FBB

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

Shades of Purple Heart #693FBB

Tints of Purple Heart #693FBB

Color information

#693FBB (or 0x693FBB) is unknown color: approx Purple Heart. HEX triplet: 69, 3F and BB. RGB value is (105,63,187). Sum of RGB (Red+Green+Blue) = 105+63+187=355 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.58% from 355); Green value is 63 (25% from 255 or 17.75% from 355); Blue value is 187 (73.44% from 255 or 52.68% from 355); Max value from RGB is 187 - color contains mainly: blue. Hex color #693FBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693FBB is #96C044. Grayscale: #595959. Windows color (decimal): -9879621 or 12271465. OLE color: 12271465.

HSL color Cylindrical-coordinate representation of color #693FBB: hue angle of 260.32º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #693FBB is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10563187-
CMYK0.440.6600.27
HSL260.32º49.6%49.02%-
HSV(B)260.32º66.31%73.33%-
XYZ16.5710.1548.1-
YUV89.69182.91138.92-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.58%
GREEN value IS 63 (25% from 255) = 17.75%
BLUE value IS 187 (73.44% from 255) = 52.68%
R=29.58%
G=17.75%
B=52.68%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal105631870.440.6600.27260.3249.649.02
Hex693FBB2C4201B1043231
Octal15177273541020334046261
Binary1101001111111101110111011001000010011011100000100110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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