Html Css Color HEX #690934 Tyrian Purple

📋 copy color: '#690934'

red 105 ◦ green 9 ◦ blue 52

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

Shades of Tyrian Purple #690934

Tints of Tyrian Purple #690934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 31.33%

R = 63.25%
G = 5.42%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#690934 (or 0x690934) is known color: Tyrian Purple. HEX triplet: 69, 09 and 34. RGB value is (105,9,52). Sum of RGB (Red+Green+Blue) = 105+9+52=166 (21% of max value = 765). Red value is 105 (41.41% from 255 or 63.25% from 166); Green value is 9 (3.91% from 255 or 5.42% from 166); Blue value is 52 (20.70% from 255 or 31.33% from 166); Max value from RGB is 105 - color contains mainly: red. Hex color #690934 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690934 is #96F6CB. Grayscale: #2A2A2A. Windows color (decimal): -9893580 or 3410281. OLE color: 3410281.

HSL color Cylindrical-coordinate representation of color #690934: hue angle of 333.12º 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 #690934 is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 9 52 -
CMYK 0 0.91 0.50 0.59
HSL 333.13º 0.84% 0.22% -
HSV(B) 333.13º 0.91% 0.41% -
XYZ 6.54 3.45 3.57 -
YUV 42.61 133.3 172.5 -
System Red Green Blue C M Y K H S L
Decimal 105 9 52 0 0.91 0.50 0.59 333.13 0.84 0.22
Hex 69 9 34 0 5B 32 3B 14D 54 16
Octal 151 11 64 0 133 62 73 515 124 26
Binary 1101001 1001 110100 0 1011011 110010 111011 101001101 1010100 10110

Color Harmonies of #690934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690934

Black with #690934

Text Example


Text Example

White with #690934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690934; }

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

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

background-color css

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

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

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

border-color css

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

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

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