Html Css Color HEX #690737 Tyrian Purple

📋 copy color: '#690737'

red 105 ◦ green 7 ◦ blue 55

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

Shades of Tyrian Purple #690737

Tints of Tyrian Purple #690737

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.19%

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

R = 62.87%
G = 4.19%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.48

 K value IS 0.59

RGB Variations

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

Color information

#690737 (or 0x690737) is known color: Tyrian Purple. HEX triplet: 69, 07 and 37. RGB value is (105,7,55). Sum of RGB (Red+Green+Blue) = 105+7+55=167 (22% of max value = 765). Red value is 105 (41.41% from 255 or 62.87% from 167); Green value is 7 (3.12% from 255 or 4.19% from 167); Blue value is 55 (21.88% from 255 or 32.93% from 167); Max value from RGB is 105 - color contains mainly: red. Hex color #690737 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690737 is #96F8C8. Grayscale: #292929. Windows color (decimal): -9894089 or 3606377. OLE color: 3606377.

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

Color convert

RGB 105 7 55 -
CMYK 0 0.93 0.48 0.59
HSL 330.61º 0.88% 0.22% -
HSV(B) 330.61º 0.93% 0.41% -
XYZ 6.59 3.43 3.93 -
YUV 41.77 135.47 173.1 -
System Red Green Blue C M Y K H S L
Decimal 105 7 55 0 0.93 0.48 0.59 330.61 0.88 0.22
Hex 69 7 37 0 5D 30 3B 14B 58 16
Octal 151 7 67 0 135 60 73 513 130 26
Binary 1101001 111 110111 0 1011101 110000 111011 101001011 1011000 10110

Color Harmonies of #690737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690737

Black with #690737

Text Example


Text Example

White with #690737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690737; }

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

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

background-color css

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

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

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

border-color css

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

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

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