Html Css Color HEX #690329 Tyrian Purple

📋 copy color: '#690329'

red 105 ◦ green 3 ◦ blue 41

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

Shades of Tyrian Purple #690329

Tints of Tyrian Purple #690329

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.01%

 BLUE value IS 41 (16.41% from 255) = 27.52%

R = 70.47%
G = 2.01%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.59

RGB Variations

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

Color information

#690329 (or 0x690329) is known color: Tyrian Purple. HEX triplet: 69, 03 and 29. RGB value is (105,3,41). Sum of RGB (Red+Green+Blue) = 105+3+41=149 (19% of max value = 765). Red value is 105 (41.41% from 255 or 70.47% from 149); Green value is 3 (1.56% from 255 or 2.01% from 149); Blue value is 41 (16.41% from 255 or 27.52% from 149); Max value from RGB is 105 - color contains mainly: red. Hex color #690329 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690329 is #96FCD6. Grayscale: #252525. Windows color (decimal): -9895127 or 2687849. OLE color: 2687849.

HSL color Cylindrical-coordinate representation of color #690329: hue angle of 337.65º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #690329 is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 3 41 -
CMYK 0 0.97 0.61 0.59
HSL 337.65º 0.94% 0.21% -
HSV(B) 337.65º 0.97% 0.41% -
XYZ 6.26 3.23 2.39 -
YUV 37.83 129.79 175.91 -
System Red Green Blue C M Y K H S L
Decimal 105 3 41 0 0.97 0.61 0.59 337.65 0.94 0.21
Hex 69 3 29 0 61 3D 3B 152 5E 15
Octal 151 3 51 0 141 75 73 522 136 25
Binary 1101001 11 101001 0 1100001 111101 111011 101010010 1011110 10101

Color Harmonies of #690329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690329

Black with #690329

Text Example


Text Example

White with #690329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690329; }

 p { color: rgb(105,3,41); }

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

background-color css

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

 a { background-color: rgb(105,3,41); }

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

border-color css

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

 span { border-color: rgb(105,3,41); }

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