Html Css Color HEX #690950 Tyrian Purple

📋 copy color: '#690950'

red 105 ◦ green 9 ◦ blue 80

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

Shades of Tyrian Purple #690950

Tints of Tyrian Purple #690950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 41.24%

R = 54.12%
G = 4.64%
B = 41.24%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#690950 (or 0x690950) is known color: Tyrian Purple. HEX triplet: 69, 09 and 50. RGB value is (105,9,80). Sum of RGB (Red+Green+Blue) = 105+9+80=194 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.12% from 194); Green value is 9 (3.91% from 255 or 4.64% from 194); Blue value is 80 (31.64% from 255 or 41.24% from 194); Max value from RGB is 105 - color contains mainly: red. Hex color #690950 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690950 is #96F6AF. Grayscale: #2D2D2D. Windows color (decimal): -9893552 or 5245289. OLE color: 5245289.

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

Color convert

RGB 105 9 80 -
CMYK 0 0.91 0.24 0.59
HSL 315.63º 0.84% 0.22% -
HSV(B) 315.63º 0.91% 0.41% -
XYZ 7.37 3.78 7.93 -
YUV 45.8 147.3 170.23 -
System Red Green Blue C M Y K H S L
Decimal 105 9 80 0 0.91 0.24 0.59 315.63 0.84 0.22
Hex 69 9 50 0 5B 18 3B 13C 54 16
Octal 151 11 120 0 133 30 73 474 124 26
Binary 1101001 1001 1010000 0 1011011 11000 111011 100111100 1010100 10110

Color Harmonies of #690950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690950

Black with #690950

Text Example


Text Example

White with #690950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690950; }

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

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

background-color css

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

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

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

border-color css

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

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

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