#693BCC

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

Shades of Purple Heart #693BCC

Tints of Purple Heart #693BCC

Color information

#693BCC (or 0x693BCC) is unknown color: approx Purple Heart. HEX triplet: 69, 3B and CC. RGB value is (105,59,204). Sum of RGB (Red+Green+Blue) = 105+59+204=368 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.53% from 368); Green value is 59 (23.44% from 255 or 16.03% from 368); Blue value is 204 (80.08% from 255 or 55.43% from 368); Max value from RGB is 204 - color contains mainly: blue. Hex color #693BCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693BCC is #96C433. Grayscale: #585858. Windows color (decimal): -9880628 or 13384553. OLE color: 13384553.

HSL color Cylindrical-coordinate representation of color #693BCC: hue angle of 259.03º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #693BCC is Cyan = 0.49, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB10559204-
CMYK0.490.7100.2
HSL259.03º58.7%51.57%-
HSV(B)259.03º71.08%80%-
XYZ18.2910.4958.19-
YUV89.28192.74139.21-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.53%
GREEN value IS 59 (23.44% from 255) = 16.03%
BLUE value IS 204 (80.08% from 255) = 55.43%
R=28.53%
G=16.03%
B=55.43%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal105592040.490.7100.2259.0358.751.57
Hex693BCC31470141033b34
Octal15173314611070244037364
Binary1101001111011110011001100011000111010100100000011111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,59,204); }

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

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

 a { background-color: rgb(105,59,204); }

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

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

 span { border-color: rgb(105,59,204); }

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