#693FC9

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

Shades of Purple Heart #693FC9

Tints of Purple Heart #693FC9

Color information

#693FC9 (or 0x693FC9) is unknown color: approx Purple Heart. HEX triplet: 69, 3F and C9. RGB value is (105,63,201). Sum of RGB (Red+Green+Blue) = 105+63+201=369 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.46% from 369); Green value is 63 (25% from 255 or 17.07% from 369); Blue value is 201 (78.91% from 255 or 54.47% from 369); Max value from RGB is 201 - color contains mainly: blue. Hex color #693FC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693FC9 is #96C036. Grayscale: #5A5A5A. Windows color (decimal): -9879607 or 13188969. OLE color: 13188969.

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

Color convert

RGB10563201-
CMYK0.480.6900.21
HSL258.26º56.1%51.76%-
HSV(B)258.26º68.66%78.82%-
XYZ18.1510.7856.38-
YUV91.29189.91137.78-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.46%
GREEN value IS 63 (25% from 255) = 17.07%
BLUE value IS 201 (78.91% from 255) = 54.47%
R=28.46%
G=17.07%
B=54.47%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal105632010.480.6900.21258.2656.151.76
Hex693FC930450151023834
Octal15177311601050254027064
Binary1101001111111110010011100001000101010101100000010111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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