#693ACB

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

Shades of Purple Heart #693ACB

Tints of Purple Heart #693ACB

Color information

#693ACB (or 0x693ACB) is unknown color: approx Purple Heart. HEX triplet: 69, 3A and CB. RGB value is (105,58,203). Sum of RGB (Red+Green+Blue) = 105+58+203=366 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.69% from 366); Green value is 58 (23.05% from 255 or 15.85% from 366); Blue value is 203 (79.69% from 255 or 55.46% from 366); Max value from RGB is 203 - color contains mainly: blue. Hex color #693ACB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693ACB is #96C534. Grayscale: #585858. Windows color (decimal): -9880885 or 13318761. OLE color: 13318761.

HSL color Cylindrical-coordinate representation of color #693ACB: hue angle of 259.45º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #693ACB is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB10558203-
CMYK0.480.7100.20
HSL259.45º58.23%51.18%-
HSV(B)259.45º71.43%79.61%-
XYZ18.1210.3457.54-
YUV88.58192.57139.71-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.69%
GREEN value IS 58 (23.05% from 255) = 15.85%
BLUE value IS 203 (79.69% from 255) = 55.46%
R=28.69%
G=15.85%
B=55.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal105582030.480.7100.20259.4558.2351.18
Hex693ACB30470141033a33
Octal15172313601070244037263
Binary1101001111010110010111100001000111010100100000011111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,58,203); }

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

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

 a { background-color: rgb(105,58,203); }

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

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

 span { border-color: rgb(105,58,203); }

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