Html Css Color HEX #690137 Tyrian Purple

📋 copy color: '#690137'

red 105 ◦ green 1 ◦ blue 55

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

Shades of Tyrian Purple #690137

Tints of Tyrian Purple #690137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 34.16%

R = 65.22%
G = 0.62%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.59

RGB Variations

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

Color information

#690137 (or 0x690137) is known color: Tyrian Purple. HEX triplet: 69, 01 and 37. RGB value is (105,1,55). Sum of RGB (Red+Green+Blue) = 105+1+55=161 (21% of max value = 765). Red value is 105 (41.41% from 255 or 65.22% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 55 (21.88% from 255 or 34.16% from 161); Max value from RGB is 105 - color contains mainly: red. Hex color #690137 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690137 is #96FEC8. Grayscale: #262626. Windows color (decimal): -9895625 or 3604841. OLE color: 3604841.

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

Color convert

RGB 105 1 55 -
CMYK 0 0.99 0.48 0.59
HSL 328.85º 0.98% 0.21% -
HSV(B) 328.85º 0.99% 0.41% -
XYZ 6.53 3.3 3.91 -
YUV 38.25 137.46 175.61 -
System Red Green Blue C M Y K H S L
Decimal 105 1 55 0 0.99 0.48 0.59 328.85 0.98 0.21
Hex 69 1 37 0 63 30 3B 149 62 15
Octal 151 1 67 0 143 60 73 511 142 25
Binary 1101001 1 110111 0 1100011 110000 111011 101001001 1100010 10101

Color Harmonies of #690137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690137

Black with #690137

Text Example


Text Example

White with #690137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690137; }

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

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

background-color css

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

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

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

border-color css

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

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

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