Html Css Color HEX #690930 Tyrian Purple

📋 copy color: '#690930'

red 105 ◦ green 9 ◦ blue 48

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

Shades of Tyrian Purple #690930

Tints of Tyrian Purple #690930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 29.63%

R = 64.81%
G = 5.56%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.54

 K value IS 0.59

RGB Variations

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

Color information

#690930 (or 0x690930) is known color: Tyrian Purple. HEX triplet: 69, 09 and 30. RGB value is (105,9,48). Sum of RGB (Red+Green+Blue) = 105+9+48=162 (21% of max value = 765). Red value is 105 (41.41% from 255 or 64.81% from 162); Green value is 9 (3.91% from 255 or 5.56% from 162); Blue value is 48 (19.14% from 255 or 29.63% from 162); Max value from RGB is 105 - color contains mainly: red. Hex color #690930 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690930 is #96F6CF. Grayscale: #2A2A2A. Windows color (decimal): -9893584 or 3148137. OLE color: 3148137.

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

Color convert

RGB 105 9 48 -
CMYK 0 0.91 0.54 0.59
HSL 335.63º 0.84% 0.22% -
HSV(B) 335.63º 0.91% 0.41% -
XYZ 6.46 3.41 3.11 -
YUV 42.15 131.3 172.83 -
System Red Green Blue C M Y K H S L
Decimal 105 9 48 0 0.91 0.54 0.59 335.63 0.84 0.22
Hex 69 9 30 0 5B 36 3B 150 54 16
Octal 151 11 60 0 133 66 73 520 124 26
Binary 1101001 1001 110000 0 1011011 110110 111011 101010000 1010100 10110

Color Harmonies of #690930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690930

Black with #690930

Text Example


Text Example

White with #690930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690930; }

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

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

background-color css

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

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

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

border-color css

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

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

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