Html Css Color HEX #690551 Tyrian Purple

📋 copy color: '#690551'

red 105 ◦ green 5 ◦ blue 81

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

Shades of Tyrian Purple #690551

Tints of Tyrian Purple #690551

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.62%

 BLUE value IS 81 (32.03% from 255) = 42.41%

R = 54.97%
G = 2.62%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.23

 K value IS 0.59

RGB Variations

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

Color information

#690551 (or 0x690551) is known color: Tyrian Purple. HEX triplet: 69, 05 and 51. RGB value is (105,5,81). Sum of RGB (Red+Green+Blue) = 105+5+81=191 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.97% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 81 (32.03% from 255 or 42.41% from 191); Max value from RGB is 105 - color contains mainly: red. Hex color #690551 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690551 is #96FAAE. Grayscale: #2B2B2B. Windows color (decimal): -9894575 or 5309801. OLE color: 5309801.

HSL color Cylindrical-coordinate representation of color #690551: hue angle of 314.4º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #690551 is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 5 81 -
CMYK 0 0.95 0.23 0.59
HSL 314.4º 0.91% 0.22% -
HSV(B) 314.4º 0.95% 0.41% -
XYZ 7.37 3.71 8.11 -
YUV 43.56 149.13 171.82 -
System Red Green Blue C M Y K H S L
Decimal 105 5 81 0 0.95 0.23 0.59 314.4 0.91 0.22
Hex 69 5 51 0 5F 17 3B 13A 5B 16
Octal 151 5 121 0 137 27 73 472 133 26
Binary 1101001 101 1010001 0 1011111 10111 111011 100111010 1011011 10110

Color Harmonies of #690551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690551

Black with #690551

Text Example


Text Example

White with #690551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690551; }

 p { color: rgb(105,5,81); }

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

background-color css

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

 a { background-color: rgb(105,5,81); }

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

border-color css

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

 span { border-color: rgb(105,5,81); }

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