#690258

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

Shades of Tyrian Purple #690258

Tints of Tyrian Purple #690258

Color information

#690258 (or 0x690258) is unknown color: approx Tyrian Purple. HEX triplet: 69, 02 and 58. RGB value is (105,2,88). Sum of RGB (Red+Green+Blue) = 105+2+88=195 (25% of max value = 765). Red value is 105 (41.41% from 255 or 53.85% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 88 (34.77% from 255 or 45.13% from 195); Max value from RGB is 105 - color contains mainly: red. Hex color #690258 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690258 is #96FDA7. Grayscale: #2A2A2A. Windows color (decimal): -9895336 or 5767785. OLE color: 5767785.

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

Color convert

RGB105288-
CMYK00.980.160.59
HSL309.9º96.26%20.98%-
HSV(B)309.9º98.1%41.18%-
XYZ7.613.759.56-
YUV42.6153.62172.51-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 53.85%
GREEN value IS 2 (1.17% from 255) = 1.03%
BLUE value IS 88 (34.77% from 255) = 45.13%
R=53.85%
G=1.03%
B=45.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.16
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10528800.980.160.59309.996.2620.98
Hex69258062103B1366015
Octal15121300142207346614025
Binary11010011010110000110001010000111011100110110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690258; }

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

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

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

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

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

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

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

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