Html Css Color HEX #690149 Tyrian Purple

📋 copy color: '#690149'

red 105 ◦ green 1 ◦ blue 73

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

Shades of Tyrian Purple #690149

Tints of Tyrian Purple #690149

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.56%

 BLUE value IS 73 (28.91% from 255) = 40.78%

R = 58.66%
G = 0.56%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#690149 (or 0x690149) is known color: Tyrian Purple. HEX triplet: 69, 01 and 49. RGB value is (105,1,73). Sum of RGB (Red+Green+Blue) = 105+1+73=179 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.66% from 179); Green value is 1 (0.78% from 255 or 0.56% from 179); Blue value is 73 (28.91% from 255 or 40.78% from 179); Max value from RGB is 105 - color contains mainly: red. Hex color #690149 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690149 is #96FEB6. Grayscale: #282828. Windows color (decimal): -9895607 or 4784489. OLE color: 4784489.

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

Color convert

RGB 105 1 73 -
CMYK 0 0.99 0.30 0.59
HSL 318.46º 0.98% 0.21% -
HSV(B) 318.46º 0.99% 0.41% -
XYZ 7.04 3.51 6.61 -
YUV 40.3 146.46 174.15 -
System Red Green Blue C M Y K H S L
Decimal 105 1 73 0 0.99 0.30 0.59 318.46 0.98 0.21
Hex 69 1 49 0 63 1E 3B 13E 62 15
Octal 151 1 111 0 143 36 73 476 142 25
Binary 1101001 1 1001001 0 1100011 11110 111011 100111110 1100010 10101

Color Harmonies of #690149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690149

Black with #690149

Text Example


Text Example

White with #690149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690149; }

 p { color: rgb(105,1,73); }

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

background-color css

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

 a { background-color: rgb(105,1,73); }

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

border-color css

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

 span { border-color: rgb(105,1,73); }

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