Html Css Color HEX #690938 Tyrian Purple

📋 copy color: '#690938'

red 105 ◦ green 9 ◦ blue 56

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

Shades of Tyrian Purple #690938

Tints of Tyrian Purple #690938

RGB

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

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

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

R = 61.76%
G = 5.29%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.59

RGB Variations

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

Color information

#690938 (or 0x690938) is known color: Tyrian Purple. HEX triplet: 69, 09 and 38. RGB value is (105,9,56). Sum of RGB (Red+Green+Blue) = 105+9+56=170 (22% of max value = 765). Red value is 105 (41.41% from 255 or 61.76% from 170); Green value is 9 (3.91% from 255 or 5.29% from 170); Blue value is 56 (22.27% from 255 or 32.94% from 170); Max value from RGB is 105 - color contains mainly: red. Hex color #690938 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690938 is #96F6C7. Grayscale: #2A2A2A. Windows color (decimal): -9893576 or 3672425. OLE color: 3672425.

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

Color convert

RGB 105 9 56 -
CMYK 0 0.91 0.47 0.59
HSL 330.63º 0.84% 0.22% -
HSV(B) 330.63º 0.91% 0.41% -
XYZ 6.64 3.48 4.06 -
YUV 43.06 135.3 172.18 -
System Red Green Blue C M Y K H S L
Decimal 105 9 56 0 0.91 0.47 0.59 330.63 0.84 0.22
Hex 69 9 38 0 5B 2F 3B 14B 54 16
Octal 151 11 70 0 133 57 73 513 124 26
Binary 1101001 1001 111000 0 1011011 101111 111011 101001011 1010100 10110

Color Harmonies of #690938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690938

Black with #690938

Text Example


Text Example

White with #690938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690938; }

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

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

background-color css

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

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

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

border-color css

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

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

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