Html Css Color HEX #690D38 Tyrian Purple

📋 copy color: '#690D38'

red 105 ◦ green 13 ◦ blue 56

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

Shades of Tyrian Purple #690D38

Tints of Tyrian Purple #690D38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 32.18%

R = 60.34%
G = 7.47%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.59

RGB Variations

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

Color information

#690D38 (or 0x690D38) is known color: Tyrian Purple. HEX triplet: 69, 0D and 38. RGB value is (105,13,56). Sum of RGB (Red+Green+Blue) = 105+13+56=174 (23% of max value = 765). Red value is 105 (41.41% from 255 or 60.34% from 174); Green value is 13 (5.47% from 255 or 7.47% from 174); Blue value is 56 (22.27% from 255 or 32.18% from 174); Max value from RGB is 105 - color contains mainly: red. Hex color #690D38 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690D38 is #96F2C7. Grayscale: #2D2D2D. Windows color (decimal): -9892552 or 3673449. OLE color: 3673449.

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

Color convert

RGB 105 13 56 -
CMYK 0 0.88 0.47 0.59
HSL 331.96º 0.78% 0.23% -
HSV(B) 331.96º 0.88% 0.41% -
XYZ 6.68 3.58 4.08 -
YUV 45.41 133.98 170.5 -
System Red Green Blue C M Y K H S L
Decimal 105 13 56 0 0.88 0.47 0.59 331.96 0.78 0.23
Hex 69 D 38 0 58 2F 3B 14C 4E 17
Octal 151 15 70 0 130 57 73 514 116 27
Binary 1101001 1101 111000 0 1011000 101111 111011 101001100 1001110 10111

Color Harmonies of #690D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690D38

Black with #690D38

Text Example


Text Example

White with #690D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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