#690032

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

Shades of Tyrian Purple #690032

Tints of Tyrian Purple #690032

Color information

#690032 (or 0x690032) is unknown color: approx Tyrian Purple. HEX triplet: 69, 00 and 32. RGB value is (105,0,50). Sum of RGB (Red+Green+Blue) = 105+0+50=155 (20% of max value = 765). Red value is 105 (41.41% from 255 or 67.74% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 50 (19.92% from 255 or 32.26% from 155); Max value from RGB is 105 - color contains mainly: red. Hex color #690032 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690032 is #96FFCD. Grayscale: #252525. Windows color (decimal): -9895886 or 3276905. OLE color: 3276905.

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

Color convert

RGB105050-
CMYK010.520.59
HSL331.43º100%20.59%-
HSV(B)331.43º100%41.18%-
XYZ6.43.233.3-
YUV37.1135.29176.43-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 67.74%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 50 (19.92% from 255) = 32.26%
R=67.74%
G=0%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.52
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105050010.520.59331.4310020.59
Hex69032064343B14b6415
Octal1510620144647351314425
Binary1101001011001001100100110100111011101001011110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690032; }

 p { color: rgb(105,0,50); }

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

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

 a { background-color: rgb(105,0,50); }

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

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

 span { border-color: rgb(105,0,50); }

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