#693CBF

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

Shades of Purple Heart #693CBF

Tints of Purple Heart #693CBF

Color information

#693CBF (or 0x693CBF) is unknown color: approx Purple Heart. HEX triplet: 69, 3C and BF. RGB value is (105,60,191). Sum of RGB (Red+Green+Blue) = 105+60+191=356 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.49% from 356); Green value is 60 (23.83% from 255 or 16.85% from 356); Blue value is 191 (75% from 255 or 53.65% from 356); Max value from RGB is 191 - color contains mainly: blue. Hex color #693CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693CBF is #96C340. Grayscale: #575757. Windows color (decimal): -9880385 or 12532841. OLE color: 12532841.

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

Color convert

RGB10560191-
CMYK0.450.6900.25
HSL260.61º52.19%49.22%-
HSV(B)260.61º68.59%74.9%-
XYZ16.851050.33-
YUV88.39185.91139.85-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.49%
GREEN value IS 60 (23.83% from 255) = 16.85%
BLUE value IS 191 (75% from 255) = 53.65%
R=29.49%
G=16.85%
B=53.65%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal105601910.450.6900.25260.6152.1949.22
Hex693CBF2D450191053431
Octal15174277551050314056461
Binary1101001111100101111111011011000101011001100000101110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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