Html Css Color HEX #690A2C Tyrian Purple

📋 copy color: '#690A2C'

red 105 ◦ green 10 ◦ blue 44

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

Shades of Tyrian Purple #690A2C

Tints of Tyrian Purple #690A2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 27.67%

R = 66.04%
G = 6.29%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.59

RGB Variations

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

Color information

#690A2C (or 0x690A2C) is known color: Tyrian Purple. HEX triplet: 69, 0A and 2C. RGB value is (105,10,44). Sum of RGB (Red+Green+Blue) = 105+10+44=159 (21% of max value = 765). Red value is 105 (41.41% from 255 or 66.04% from 159); Green value is 10 (4.30% from 255 or 6.29% from 159); Blue value is 44 (17.58% from 255 or 27.67% from 159); Max value from RGB is 105 - color contains mainly: red. Hex color #690A2C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690A2C is #96F5D3. Grayscale: #2A2A2A. Windows color (decimal): -9893332 or 2886249. OLE color: 2886249.

HSL color Cylindrical-coordinate representation of color #690A2C: hue angle of 338.53º 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 #690A2C is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 10 44 -
CMYK 0 0.90 0.58 0.59
HSL 338.53º 0.83% 0.23% -
HSV(B) 338.53º 0.9% 0.41% -
XYZ 6.39 3.4 2.7 -
YUV 42.28 128.97 172.74 -
System Red Green Blue C M Y K H S L
Decimal 105 10 44 0 0.90 0.58 0.59 338.53 0.83 0.23
Hex 69 A 2C 0 5A 3A 3B 153 53 17
Octal 151 12 54 0 132 72 73 523 123 27
Binary 1101001 1010 101100 0 1011010 111010 111011 101010011 1010011 10111

Color Harmonies of #690A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690A2C

Black with #690A2C

Text Example


Text Example

White with #690A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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