#690752

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

Shades of Tyrian Purple #690752

Tints of Tyrian Purple #690752

Color information

#690752 (or 0x690752) is unknown color: approx Tyrian Purple. HEX triplet: 69, 07 and 52. RGB value is (105,7,82). Sum of RGB (Red+Green+Blue) = 105+7+82=194 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.12% from 194); Green value is 7 (3.12% from 255 or 3.61% from 194); Blue value is 82 (32.42% from 255 or 42.27% from 194); Max value from RGB is 105 - color contains mainly: red. Hex color #690752 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690752 is #96F8AD. Grayscale: #2C2C2C. Windows color (decimal): -9894062 or 5375849. OLE color: 5375849.

HSL color Cylindrical-coordinate representation of color #690752: hue angle of 314.08º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #690752 is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.59.

Color convert

RGB105782-
CMYK00.930.220.59
HSL314.08º87.5%21.96%-
HSV(B)314.08º93.33%41.18%-
XYZ7.423.768.32-
YUV44.85148.97170.9-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 54.12%
GREEN value IS 7 (3.12% from 255) = 3.61%
BLUE value IS 82 (32.42% from 255) = 42.27%
R=54.12%
G=3.61%
B=42.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.22
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10578200.930.220.59314.0887.521.96
Hex6975205D163B13a5816
Octal15171220135267347213026
Binary110100111110100100101110110110111011100111010101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690752; }

 p { color: rgb(105,7,82); }

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

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

 a { background-color: rgb(105,7,82); }

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

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

 span { border-color: rgb(105,7,82); }

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