Html Css Color HEX #690A3A Tyrian Purple

📋 copy color: '#690A3A'

red 105 ◦ green 10 ◦ blue 58

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

Shades of Tyrian Purple #690A3A

Tints of Tyrian Purple #690A3A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.78%

 BLUE value IS 58 (23.05% from 255) = 33.53%

R = 60.69%
G = 5.78%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.45

 K value IS 0.59

RGB Variations

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

Color information

#690A3A (or 0x690A3A) is known color: Tyrian Purple. HEX triplet: 69, 0A and 3A. RGB value is (105,10,58). Sum of RGB (Red+Green+Blue) = 105+10+58=173 (22% of max value = 765). Red value is 105 (41.41% from 255 or 60.69% from 173); Green value is 10 (4.30% from 255 or 5.78% from 173); Blue value is 58 (23.05% from 255 or 33.53% from 173); Max value from RGB is 105 - color contains mainly: red. Hex color #690A3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690A3A is #96F5C5. Grayscale: #2B2B2B. Windows color (decimal): -9893318 or 3803753. OLE color: 3803753.

HSL color Cylindrical-coordinate representation of color #690A3A: hue angle of 329.68º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #690A3A is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 10 58 -
CMYK 0 0.90 0.45 0.59
HSL 329.68º 0.83% 0.23% -
HSV(B) 329.68º 0.9% 0.41% -
XYZ 6.7 3.53 4.33 -
YUV 43.88 135.97 171.6 -
System Red Green Blue C M Y K H S L
Decimal 105 10 58 0 0.90 0.45 0.59 329.68 0.83 0.23
Hex 69 A 3A 0 5A 2D 3B 14A 53 17
Octal 151 12 72 0 132 55 73 512 123 27
Binary 1101001 1010 111010 0 1011010 101101 111011 101001010 1010011 10111

Color Harmonies of #690A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690A3A

Black with #690A3A

Text Example


Text Example

White with #690A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690A3A; }

 p { color: rgb(105,10,58); }

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

background-color css

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

 a { background-color: rgb(105,10,58); }

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

border-color css

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

 span { border-color: rgb(105,10,58); }

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