Html Css Color HEX #690D3A Tyrian Purple

📋 copy color: '#690D3A'

red 105 ◦ green 13 ◦ blue 58

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

Shades of Tyrian Purple #690D3A

Tints of Tyrian Purple #690D3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 32.95%

R = 59.66%
G = 7.39%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.45

 K value IS 0.59

RGB Variations

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

Color information

#690D3A (or 0x690D3A) is known color: Tyrian Purple. HEX triplet: 69, 0D and 3A. RGB value is (105,13,58). Sum of RGB (Red+Green+Blue) = 105+13+58=176 (23% of max value = 765). Red value is 105 (41.41% from 255 or 59.66% from 176); Green value is 13 (5.47% from 255 or 7.39% from 176); Blue value is 58 (23.05% from 255 or 32.95% from 176); Max value from RGB is 105 - color contains mainly: red. Hex color #690D3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690D3A is #96F2C5. Grayscale: #2D2D2D. Windows color (decimal): -9892550 or 3804521. OLE color: 3804521.

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

Color convert

RGB 105 13 58 -
CMYK 0 0.88 0.45 0.59
HSL 330.65º 0.78% 0.23% -
HSV(B) 330.65º 0.88% 0.41% -
XYZ 6.73 3.6 4.34 -
YUV 45.64 134.98 170.34 -
System Red Green Blue C M Y K H S L
Decimal 105 13 58 0 0.88 0.45 0.59 330.65 0.78 0.23
Hex 69 D 3A 0 58 2D 3B 14B 4E 17
Octal 151 15 72 0 130 55 73 513 116 27
Binary 1101001 1101 111010 0 1011000 101101 111011 101001011 1001110 10111

Color Harmonies of #690D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690D3A

Black with #690D3A

Text Example


Text Example

White with #690D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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