#690038

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

Shades of Tyrian Purple #690038

Tints of Tyrian Purple #690038

Color information

#690038 (or 0x690038) is unknown color: approx Tyrian Purple. HEX triplet: 69, 00 and 38. RGB value is (105,0,56). Sum of RGB (Red+Green+Blue) = 105+0+56=161 (21% of max value = 765). Red value is 105 (41.41% from 255 or 65.22% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 56 (22.27% from 255 or 34.78% from 161); Max value from RGB is 105 - color contains mainly: red. Hex color #690038 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690038 is #96FFC7. Grayscale: #252525. Windows color (decimal): -9895880 or 3670121. OLE color: 3670121.

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

Color convert

RGB105056-
CMYK010.470.59
HSL328º100%20.59%-
HSV(B)328º100%41.18%-
XYZ6.543.294.03-
YUV37.78138.29175.95-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 65.22%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 56 (22.27% from 255) = 34.78%
R=65.22%
G=0%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.47
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105056010.470.5932810020.59
Hex690380642F3B1486415
Octal1510700144577351014425
Binary1101001011100001100100101111111011101001000110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690038; }

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

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

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

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

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

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

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

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