Html Css Color HEX #690A42 Tyrian Purple

📋 copy color: '#690A42'

red 105 ◦ green 10 ◦ blue 66

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

Shades of Tyrian Purple #690A42

Tints of Tyrian Purple #690A42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 36.46%

R = 58.01%
G = 5.52%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#690A42 (or 0x690A42) is known color: Tyrian Purple. HEX triplet: 69, 0A and 42. RGB value is (105,10,66). Sum of RGB (Red+Green+Blue) = 105+10+66=181 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.01% from 181); Green value is 10 (4.30% from 255 or 5.52% from 181); Blue value is 66 (26.17% from 255 or 36.46% from 181); Max value from RGB is 105 - color contains mainly: red. Hex color #690A42 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690A42 is #96F5BD. Grayscale: #2C2C2C. Windows color (decimal): -9893310 or 4328041. OLE color: 4328041.

HSL color Cylindrical-coordinate representation of color #690A42: hue angle of 324.63º 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 #690A42 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 10 66 -
CMYK 0 0.90 0.37 0.59
HSL 324.63º 0.83% 0.23% -
HSV(B) 324.63º 0.9% 0.41% -
XYZ 6.92 3.61 5.49 -
YUV 44.79 139.97 170.95 -
System Red Green Blue C M Y K H S L
Decimal 105 10 66 0 0.90 0.37 0.59 324.63 0.83 0.23
Hex 69 A 42 0 5A 25 3B 145 53 17
Octal 151 12 102 0 132 45 73 505 123 27
Binary 1101001 1010 1000010 0 1011010 100101 111011 101000101 1010011 10111

Color Harmonies of #690A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690A42

Black with #690A42

Text Example


Text Example

White with #690A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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