Html Css Color HEX #690247 Tyrian Purple

📋 copy color: '#690247'

red 105 ◦ green 2 ◦ blue 71

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

Shades of Tyrian Purple #690247

Tints of Tyrian Purple #690247

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.12%

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

R = 58.99%
G = 1.12%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.59

RGB Variations

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

Color information

#690247 (or 0x690247) is known color: Tyrian Purple. HEX triplet: 69, 02 and 47. RGB value is (105,2,71). Sum of RGB (Red+Green+Blue) = 105+2+71=178 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.99% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 71 (28.12% from 255 or 39.89% from 178); Max value from RGB is 105 - color contains mainly: red. Hex color #690247 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690247 is #96FDB8. Grayscale: #282828. Windows color (decimal): -9895353 or 4653673. OLE color: 4653673.

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

Color convert

RGB 105 2 71 -
CMYK 0 0.98 0.32 0.59
HSL 319.81º 0.96% 0.21% -
HSV(B) 319.81º 0.98% 0.41% -
XYZ 6.98 3.5 6.27 -
YUV 40.66 145.12 173.89 -
System Red Green Blue C M Y K H S L
Decimal 105 2 71 0 0.98 0.32 0.59 319.81 0.96 0.21
Hex 69 2 47 0 62 20 3B 140 60 15
Octal 151 2 107 0 142 40 73 500 140 25
Binary 1101001 10 1000111 0 1100010 100000 111011 101000000 1100000 10101

Color Harmonies of #690247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690247

Black with #690247

Text Example


Text Example

White with #690247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690247; }

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

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

background-color css

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

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

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

border-color css

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

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

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