#690235

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

Shades of Tyrian Purple #690235

Tints of Tyrian Purple #690235

Color information

#690235 (or 0x690235) is unknown color: approx Tyrian Purple. HEX triplet: 69, 02 and 35. RGB value is (105,2,53). Sum of RGB (Red+Green+Blue) = 105+2+53=160 (21% of max value = 765). Red value is 105 (41.41% from 255 or 65.62% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 53 (21.09% from 255 or 33.12% from 160); Max value from RGB is 105 - color contains mainly: red. Hex color #690235 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690235 is #96FDCA. Grayscale: #262626. Windows color (decimal): -9895371 or 3474025. OLE color: 3474025.

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

Color convert

RGB105253-
CMYK00.980.500.59
HSL330.29º96.26%20.98%-
HSV(B)330.29º98.1%41.18%-
XYZ6.493.33.66-
YUV38.61136.12175.35-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 65.62%
GREEN value IS 2 (1.17% from 255) = 1.25%
BLUE value IS 53 (21.09% from 255) = 33.12%
R=65.62%
G=1.25%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10525300.980.500.59330.2996.2620.98
Hex69235062323B14a6015
Octal1512650142627351214025
Binary11010011011010101100010110010111011101001010110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690235; }

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

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

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

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

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

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

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

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