Html Css Color HEX #690146 Tyrian Purple

📋 copy color: '#690146'

red 105 ◦ green 1 ◦ blue 70

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

Shades of Tyrian Purple #690146

Tints of Tyrian Purple #690146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 39.77%

R = 59.66%
G = 0.57%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.59

RGB Variations

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

Color information

#690146 (or 0x690146) is known color: Tyrian Purple. HEX triplet: 69, 01 and 46. RGB value is (105,1,70). Sum of RGB (Red+Green+Blue) = 105+1+70=176 (23% of max value = 765). Red value is 105 (41.41% from 255 or 59.66% from 176); Green value is 1 (0.78% from 255 or 0.57% from 176); Blue value is 70 (27.73% from 255 or 39.77% from 176); Max value from RGB is 105 - color contains mainly: red. Hex color #690146 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690146 is #96FEB9. Grayscale: #272727. Windows color (decimal): -9895610 or 4587881. OLE color: 4587881.

HSL color Cylindrical-coordinate representation of color #690146: hue angle of 320.19º 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 #690146 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 1 70 -
CMYK 0 0.99 0.33 0.59
HSL 320.19º 0.98% 0.21% -
HSV(B) 320.19º 0.99% 0.41% -
XYZ 6.94 3.47 6.1 -
YUV 39.96 144.96 174.39 -
System Red Green Blue C M Y K H S L
Decimal 105 1 70 0 0.99 0.33 0.59 320.19 0.98 0.21
Hex 69 1 46 0 63 21 3B 140 62 15
Octal 151 1 106 0 143 41 73 500 142 25
Binary 1101001 1 1000110 0 1100011 100001 111011 101000000 1100010 10101

Color Harmonies of #690146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690146

Black with #690146

Text Example


Text Example

White with #690146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690146; }

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

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

background-color css

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

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

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

border-color css

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

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

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