Html Css Color HEX #690E39 Tyrian Purple

📋 copy color: '#690E39'

red 105 ◦ green 14 ◦ blue 57

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

Shades of Tyrian Purple #690E39

Tints of Tyrian Purple #690E39

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.95%

 BLUE value IS 57 (22.66% from 255) = 32.39%

R = 59.66%
G = 7.95%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.46

 K value IS 0.59

RGB Variations

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

Color information

#690E39 (or 0x690E39) is known color: Tyrian Purple. HEX triplet: 69, 0E and 39. RGB value is (105,14,57). Sum of RGB (Red+Green+Blue) = 105+14+57=176 (23% of max value = 765). Red value is 105 (41.41% from 255 or 59.66% from 176); Green value is 14 (5.86% from 255 or 7.95% from 176); Blue value is 57 (22.66% from 255 or 32.39% from 176); Max value from RGB is 105 - color contains mainly: red. Hex color #690E39 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690E39 is #96F1C6. Grayscale: #2E2E2E. Windows color (decimal): -9892295 or 3739241. OLE color: 3739241.

HSL color Cylindrical-coordinate representation of color #690E39: hue angle of 331.65º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #690E39 is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 14 57 -
CMYK 0 0.87 0.46 0.59
HSL 331.65º 0.76% 0.23% -
HSV(B) 331.65º 0.87% 0.41% -
XYZ 6.72 3.61 4.21 -
YUV 46.11 134.15 170 -
System Red Green Blue C M Y K H S L
Decimal 105 14 57 0 0.87 0.46 0.59 331.65 0.76 0.23
Hex 69 E 39 0 57 2E 3B 14C 4C 17
Octal 151 16 71 0 127 56 73 514 114 27
Binary 1101001 1110 111001 0 1010111 101110 111011 101001100 1001100 10111

Color Harmonies of #690E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690E39

Black with #690E39

Text Example


Text Example

White with #690E39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,14,57); }

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

background-color css

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

 a { background-color: rgb(105,14,57); }

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

border-color css

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

 span { border-color: rgb(105,14,57); }

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