#690034

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

Shades of Tyrian Purple #690034

Tints of Tyrian Purple #690034

Color information

#690034 (or 0x690034) is unknown color: approx Tyrian Purple. HEX triplet: 69, 00 and 34. RGB value is (105,0,52). Sum of RGB (Red+Green+Blue) = 105+0+52=157 (20% of max value = 765). Red value is 105 (41.41% from 255 or 66.88% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 52 (20.70% from 255 or 33.12% from 157); Max value from RGB is 105 - color contains mainly: red. Hex color #690034 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690034 is #96FFCB. Grayscale: #252525. Windows color (decimal): -9895884 or 3407977. OLE color: 3407977.

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

Color convert

RGB105052-
CMYK010.500.59
HSL330.29º100%20.59%-
HSV(B)330.29º100%41.18%-
XYZ6.453.253.54-
YUV37.32136.29176.27-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 66.88%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 52 (20.70% from 255) = 33.12%
R=66.88%
G=0%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105052010.500.59330.2910020.59
Hex69034064323B14a6415
Octal1510640144627351214425
Binary1101001011010001100100110010111011101001010110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690034; }

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

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

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

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

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

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

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

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