Html Css Color HEX #690937 Tyrian Purple

📋 copy color: '#690937'

red 105 ◦ green 9 ◦ blue 55

#690937
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #690937

Tints of Tyrian Purple #690937

RGB

 RED value IS 105 (41.41% from 255) = 62.13%

 GREEN value IS 9 (3.91% from 255) = 5.33%

 BLUE value IS 55 (21.88% from 255) = 32.54%

R = 62.13%
G = 5.33%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.48

 K value IS 0.59

RGB Variations

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

Color information

#690937 (or 0x690937) is known color: Tyrian Purple. HEX triplet: 69, 09 and 37. RGB value is (105,9,55). Sum of RGB (Red+Green+Blue) = 105+9+55=169 (22% of max value = 765). Red value is 105 (41.41% from 255 or 62.13% from 169); Green value is 9 (3.91% from 255 or 5.33% from 169); Blue value is 55 (21.88% from 255 or 32.54% from 169); Max value from RGB is 105 - color contains mainly: red. Hex color #690937 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690937 is #96F6C8. Grayscale: #2A2A2A. Windows color (decimal): -9893577 or 3606889. OLE color: 3606889.

HSL color Cylindrical-coordinate representation of color #690937: hue angle of 331.25º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #690937 is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 9 55 -
CMYK 0 0.91 0.48 0.59
HSL 331.25º 0.84% 0.22% -
HSV(B) 331.25º 0.91% 0.41% -
XYZ 6.61 3.47 3.94 -
YUV 42.95 134.8 172.26 -
System Red Green Blue C M Y K H S L
Decimal 105 9 55 0 0.91 0.48 0.59 331.25 0.84 0.22
Hex 69 9 37 0 5B 30 3B 14B 54 16
Octal 151 11 67 0 133 60 73 513 124 26
Binary 1101001 1001 110111 0 1011011 110000 111011 101001011 1010100 10110

Color Harmonies of #690937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690937

Black with #690937

Text Example


Text Example

White with #690937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690937; }

 p { color: rgb(105,9,55); }

 H1.HeaderClassName
 {
   color: #690937;
 }
 .AnyTagClassName
 {
   color: #690937;
 }
</style>

background-color css

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

 a { background-color: rgb(105,9,55); }

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

border-color css

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

 span { border-color: rgb(105,9,55); }

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