Html Css Color HEX #690147 Tyrian Purple

📋 copy color: '#690147'

red 105 ◦ green 1 ◦ blue 71

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

Shades of Tyrian Purple #690147

Tints of Tyrian Purple #690147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 40.11%

R = 59.32%
G = 0.56%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.59

RGB Variations

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

Color information

#690147 (or 0x690147) is known color: Tyrian Purple. HEX triplet: 69, 01 and 47. RGB value is (105,1,71). Sum of RGB (Red+Green+Blue) = 105+1+71=177 (23% of max value = 765). Red value is 105 (41.41% from 255 or 59.32% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 71 (28.12% from 255 or 40.11% from 177); Max value from RGB is 105 - color contains mainly: red. Hex color #690147 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690147 is #96FEB8. Grayscale: #272727. Windows color (decimal): -9895609 or 4653417. OLE color: 4653417.

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

Color convert

RGB 105 1 71 -
CMYK 0 0.99 0.32 0.59
HSL 319.62º 0.98% 0.21% -
HSV(B) 319.62º 0.99% 0.41% -
XYZ 6.97 3.48 6.27 -
YUV 40.08 145.46 174.31 -
System Red Green Blue C M Y K H S L
Decimal 105 1 71 0 0.99 0.32 0.59 319.62 0.98 0.21
Hex 69 1 47 0 63 20 3B 140 62 15
Octal 151 1 107 0 143 40 73 500 142 25
Binary 1101001 1 1000111 0 1100011 100000 111011 101000000 1100010 10101

Color Harmonies of #690147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690147

Black with #690147

Text Example


Text Example

White with #690147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690147; }

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

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

background-color css

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

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

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

border-color css

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

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

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