Html Css Color HEX #690D4D Tyrian Purple

📋 copy color: '#690D4D'

red 105 ◦ green 13 ◦ blue 77

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

Shades of Tyrian Purple #690D4D

Tints of Tyrian Purple #690D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 39.49%

R = 53.85%
G = 6.67%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.27

 K value IS 0.59

RGB Variations

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

Color information

#690D4D (or 0x690D4D) is known color: Tyrian Purple. HEX triplet: 69, 0D and 4D. RGB value is (105,13,77). Sum of RGB (Red+Green+Blue) = 105+13+77=195 (25% of max value = 765). Red value is 105 (41.41% from 255 or 53.85% from 195); Green value is 13 (5.47% from 255 or 6.67% from 195); Blue value is 77 (30.47% from 255 or 39.49% from 195); Max value from RGB is 105 - color contains mainly: red. Hex color #690D4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690D4D is #96F2B2. Grayscale: #2F2F2F. Windows color (decimal): -9892531 or 5049705. OLE color: 5049705.

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

Color convert

RGB 105 13 77 -
CMYK 0 0.88 0.27 0.59
HSL 318.26º 0.78% 0.23% -
HSV(B) 318.26º 0.88% 0.41% -
XYZ 7.31 3.83 7.37 -
YUV 47.8 144.48 168.8 -
System Red Green Blue C M Y K H S L
Decimal 105 13 77 0 0.88 0.27 0.59 318.26 0.78 0.23
Hex 69 D 4D 0 58 1B 3B 13E 4E 17
Octal 151 15 115 0 130 33 73 476 116 27
Binary 1101001 1101 1001101 0 1011000 11011 111011 100111110 1001110 10111

Color Harmonies of #690D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690D4D

Black with #690D4D

Text Example


Text Example

White with #690D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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