#690358

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

Shades of Tyrian Purple #690358

Tints of Tyrian Purple #690358

Color information

#690358 (or 0x690358) is unknown color: approx Tyrian Purple. HEX triplet: 69, 03 and 58. RGB value is (105,3,88). Sum of RGB (Red+Green+Blue) = 105+3+88=196 (25% of max value = 765). Red value is 105 (41.41% from 255 or 53.57% from 196); Green value is 3 (1.56% from 255 or 1.53% from 196); Blue value is 88 (34.77% from 255 or 44.90% from 196); Max value from RGB is 105 - color contains mainly: red. Hex color #690358 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690358 is #96FCA7. Grayscale: #2A2A2A. Windows color (decimal): -9895080 or 5768041. OLE color: 5768041.

HSL color Cylindrical-coordinate representation of color #690358: hue angle of 310º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #690358 is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.59.

Color convert

RGB105388-
CMYK00.970.160.59
HSL310º94.44%21.18%-
HSV(B)310º97.14%41.18%-
XYZ7.623.779.56-
YUV43.19153.29172.09-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 53.57%
GREEN value IS 3 (1.56% from 255) = 1.53%
BLUE value IS 88 (34.77% from 255) = 44.90%
R=53.57%
G=1.53%
B=44.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.16
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10538800.970.160.5931094.4421.18
Hex69358061103B1365e15
Octal15131300141207346613625
Binary11010011110110000110000110000111011100110110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690358; }

 p { color: rgb(105,3,88); }

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

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

 a { background-color: rgb(105,3,88); }

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

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

 span { border-color: rgb(105,3,88); }

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