Html Css Color HEX #690939 Tyrian Purple

📋 copy color: '#690939'

red 105 ◦ green 9 ◦ blue 57

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

Shades of Tyrian Purple #690939

Tints of Tyrian Purple #690939

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.26%

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

R = 61.4%
G = 5.26%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.46

 K value IS 0.59

RGB Variations

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

Color information

#690939 (or 0x690939) is known color: Tyrian Purple. HEX triplet: 69, 09 and 39. RGB value is (105,9,57). Sum of RGB (Red+Green+Blue) = 105+9+57=171 (22% of max value = 765). Red value is 105 (41.41% from 255 or 61.40% from 171); Green value is 9 (3.91% from 255 or 5.26% from 171); Blue value is 57 (22.66% from 255 or 33.33% from 171); Max value from RGB is 105 - color contains mainly: red. Hex color #690939 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690939 is #96F6C6. Grayscale: #2B2B2B. Windows color (decimal): -9893575 or 3737961. OLE color: 3737961.

HSL color Cylindrical-coordinate representation of color #690939: hue angle of 330º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #690939 is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 9 57 -
CMYK 0 0.91 0.46 0.59
HSL 330º 0.84% 0.22% -
HSV(B) 330º 0.91% 0.41% -
XYZ 6.66 3.49 4.19 -
YUV 43.18 135.8 172.1 -
System Red Green Blue C M Y K H S L
Decimal 105 9 57 0 0.91 0.46 0.59 330 0.84 0.22
Hex 69 9 39 0 5B 2E 3B 14A 54 16
Octal 151 11 71 0 133 56 73 512 124 26
Binary 1101001 1001 111001 0 1011011 101110 111011 101001010 1010100 10110

Color Harmonies of #690939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690939

Black with #690939

Text Example


Text Example

White with #690939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690939; }

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

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

background-color css

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

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

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

border-color css

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

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

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