Html Css Color HEX #690940 Tyrian Purple

📋 copy color: '#690940'

red 105 ◦ green 9 ◦ blue 64

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

Shades of Tyrian Purple #690940

Tints of Tyrian Purple #690940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 35.96%

R = 58.99%
G = 5.06%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#690940 (or 0x690940) is known color: Tyrian Purple. HEX triplet: 69, 09 and 40. RGB value is (105,9,64). Sum of RGB (Red+Green+Blue) = 105+9+64=178 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.99% from 178); Green value is 9 (3.91% from 255 or 5.06% from 178); Blue value is 64 (25.39% from 255 or 35.96% from 178); Max value from RGB is 105 - color contains mainly: red. Hex color #690940 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690940 is #96F6BF. Grayscale: #2B2B2B. Windows color (decimal): -9893568 or 4196713. OLE color: 4196713.

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

Color convert

RGB 105 9 64 -
CMYK 0 0.91 0.39 0.59
HSL 325.63º 0.84% 0.22% -
HSV(B) 325.63º 0.91% 0.41% -
XYZ 6.85 3.57 5.18 -
YUV 43.97 139.3 171.53 -
System Red Green Blue C M Y K H S L
Decimal 105 9 64 0 0.91 0.39 0.59 325.63 0.84 0.22
Hex 69 9 40 0 5B 27 3B 146 54 16
Octal 151 11 100 0 133 47 73 506 124 26
Binary 1101001 1001 1000000 0 1011011 100111 111011 101000110 1010100 10110

Color Harmonies of #690940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690940

Black with #690940

Text Example


Text Example

White with #690940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690940; }

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

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

background-color css

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

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

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

border-color css

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

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

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