Html Css Color HEX #690A31 Tyrian Purple

📋 copy color: '#690A31'

red 105 ◦ green 10 ◦ blue 49

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

Shades of Tyrian Purple #690A31

Tints of Tyrian Purple #690A31

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.1%

 BLUE value IS 49 (19.53% from 255) = 29.88%

R = 64.02%
G = 6.1%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.59

RGB Variations

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

Color information

#690A31 (or 0x690A31) is known color: Tyrian Purple. HEX triplet: 69, 0A and 31. RGB value is (105,10,49). Sum of RGB (Red+Green+Blue) = 105+10+49=164 (21% of max value = 765). Red value is 105 (41.41% from 255 or 64.02% from 164); Green value is 10 (4.30% from 255 or 6.10% from 164); Blue value is 49 (19.53% from 255 or 29.88% from 164); Max value from RGB is 105 - color contains mainly: red. Hex color #690A31 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690A31 is #96F5CE. Grayscale: #2A2A2A. Windows color (decimal): -9893327 or 3213929. OLE color: 3213929.

HSL color Cylindrical-coordinate representation of color #690A31: hue angle of 335.37º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #690A31 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 10 49 -
CMYK 0 0.90 0.53 0.59
HSL 335.37º 0.83% 0.23% -
HSV(B) 335.37º 0.9% 0.41% -
XYZ 6.49 3.44 3.23 -
YUV 42.85 131.47 172.33 -
System Red Green Blue C M Y K H S L
Decimal 105 10 49 0 0.90 0.53 0.59 335.37 0.83 0.23
Hex 69 A 31 0 5A 35 3B 14F 53 17
Octal 151 12 61 0 132 65 73 517 123 27
Binary 1101001 1010 110001 0 1011010 110101 111011 101001111 1010011 10111

Color Harmonies of #690A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690A31

Black with #690A31

Text Example


Text Example

White with #690A31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,10,49); }

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

background-color css

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

 a { background-color: rgb(105,10,49); }

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

border-color css

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

 span { border-color: rgb(105,10,49); }

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