Html Css Color HEX #690D37 Tyrian Purple

📋 copy color: '#690D37'

red 105 ◦ green 13 ◦ blue 55

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

Shades of Tyrian Purple #690D37

Tints of Tyrian Purple #690D37

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.51%

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

R = 60.69%
G = 7.51%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.48

 K value IS 0.59

RGB Variations

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

Color information

#690D37 (or 0x690D37) is known color: Tyrian Purple. HEX triplet: 69, 0D and 37. RGB value is (105,13,55). Sum of RGB (Red+Green+Blue) = 105+13+55=173 (22% of max value = 765). Red value is 105 (41.41% from 255 or 60.69% from 173); Green value is 13 (5.47% from 255 or 7.51% from 173); Blue value is 55 (21.88% from 255 or 31.79% from 173); Max value from RGB is 105 - color contains mainly: red. Hex color #690D37 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690D37 is #96F2C8. Grayscale: #2D2D2D. Windows color (decimal): -9892553 or 3607913. OLE color: 3607913.

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

Color convert

RGB 105 13 55 -
CMYK 0 0.88 0.48 0.59
HSL 332.61º 0.78% 0.23% -
HSV(B) 332.61º 0.88% 0.41% -
XYZ 6.66 3.57 3.95 -
YUV 45.3 133.48 170.58 -
System Red Green Blue C M Y K H S L
Decimal 105 13 55 0 0.88 0.48 0.59 332.61 0.78 0.23
Hex 69 D 37 0 58 30 3B 14D 4E 17
Octal 151 15 67 0 130 60 73 515 116 27
Binary 1101001 1101 110111 0 1011000 110000 111011 101001101 1001110 10111

Color Harmonies of #690D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690D37

Black with #690D37

Text Example


Text Example

White with #690D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690D37; }

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

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

background-color css

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

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

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

border-color css

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

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

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