#693DC9

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

Shades of Purple Heart #693DC9

Tints of Purple Heart #693DC9

Color information

#693DC9 (or 0x693DC9) is unknown color: approx Purple Heart. HEX triplet: 69, 3D and C9. RGB value is (105,61,201). Sum of RGB (Red+Green+Blue) = 105+61+201=367 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.61% from 367); Green value is 61 (24.22% from 255 or 16.62% from 367); Blue value is 201 (78.91% from 255 or 54.77% from 367); Max value from RGB is 201 - color contains mainly: blue. Hex color #693DC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693DC9 is #96C236. Grayscale: #595959. Windows color (decimal): -9880119 or 13188457. OLE color: 13188457.

HSL color Cylindrical-coordinate representation of color #693DC9: hue angle of 258.86º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #693DC9 is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10561201-
CMYK0.480.7000.21
HSL258.86º56.45%51.37%-
HSV(B)258.86º69.65%78.82%-
XYZ18.0410.5656.35-
YUV90.12190.58138.62-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.61%
GREEN value IS 61 (24.22% from 255) = 16.62%
BLUE value IS 201 (78.91% from 255) = 54.77%
R=28.61%
G=16.62%
B=54.77%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal105612010.480.7000.21258.8656.4551.37
Hex693DC930460151033833
Octal15175311601060254037063
Binary1101001111101110010011100001000110010101100000011111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,61,201); }

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

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

 a { background-color: rgb(105,61,201); }

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

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

 span { border-color: rgb(105,61,201); }

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