Html Css Color HEX #690E3C Tyrian Purple

📋 copy color: '#690E3C'

red 105 ◦ green 14 ◦ blue 60

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

Shades of Tyrian Purple #690E3C

Tints of Tyrian Purple #690E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 33.52%

R = 58.66%
G = 7.82%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.43

 K value IS 0.59

RGB Variations

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

Color information

#690E3C (or 0x690E3C) is known color: Tyrian Purple. HEX triplet: 69, 0E and 3C. RGB value is (105,14,60). Sum of RGB (Red+Green+Blue) = 105+14+60=179 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.66% from 179); Green value is 14 (5.86% from 255 or 7.82% from 179); Blue value is 60 (23.83% from 255 or 33.52% from 179); Max value from RGB is 105 - color contains mainly: red. Hex color #690E3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690E3C is #96F1C3. Grayscale: #2E2E2E. Windows color (decimal): -9892292 or 3935849. OLE color: 3935849.

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

Color convert

RGB 105 14 60 -
CMYK 0 0.87 0.43 0.59
HSL 329.67º 0.76% 0.23% -
HSV(B) 329.67º 0.87% 0.41% -
XYZ 6.8 3.64 4.62 -
YUV 46.45 135.65 169.76 -
System Red Green Blue C M Y K H S L
Decimal 105 14 60 0 0.87 0.43 0.59 329.67 0.76 0.23
Hex 69 E 3C 0 57 2B 3B 14A 4C 17
Octal 151 16 74 0 127 53 73 512 114 27
Binary 1101001 1110 111100 0 1010111 101011 111011 101001010 1001100 10111

Color Harmonies of #690E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690E3C

Black with #690E3C

Text Example


Text Example

White with #690E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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