#690255

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

Shades of Tyrian Purple #690255

Tints of Tyrian Purple #690255

Color information

#690255 (or 0x690255) is unknown color: approx Tyrian Purple. HEX triplet: 69, 02 and 55. RGB value is (105,2,85). Sum of RGB (Red+Green+Blue) = 105+2+85=192 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.69% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 85 (33.59% from 255 or 44.27% from 192); Max value from RGB is 105 - color contains mainly: red. Hex color #690255 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690255 is #96FDAA. Grayscale: #2A2A2A. Windows color (decimal): -9895339 or 5571177. OLE color: 5571177.

HSL color Cylindrical-coordinate representation of color #690255: hue angle of 311.65º 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 #690255 is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.59.

Color convert

RGB105285-
CMYK00.980.190.59
HSL311.65º96.26%20.98%-
HSV(B)311.65º98.1%41.18%-
XYZ7.493.78.91-
YUV42.26152.12172.75-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 54.69%
GREEN value IS 2 (1.17% from 255) = 1.04%
BLUE value IS 85 (33.59% from 255) = 44.27%
R=54.69%
G=1.04%
B=44.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.19
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10528500.980.190.59311.6596.2620.98
Hex69255062133B1386015
Octal15121250142237347014025
Binary11010011010101010110001010011111011100111000110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690255; }

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

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

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

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

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

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

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

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