Html Css Color HEX #690237 Tyrian Purple

📋 copy color: '#690237'

red 105 ◦ green 2 ◦ blue 55

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

Shades of Tyrian Purple #690237

Tints of Tyrian Purple #690237

RGB

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

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

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

R = 64.81%
G = 1.23%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.59

RGB Variations

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

Color information

#690237 (or 0x690237) is known color: Tyrian Purple. HEX triplet: 69, 02 and 37. RGB value is (105,2,55). Sum of RGB (Red+Green+Blue) = 105+2+55=162 (21% of max value = 765). Red value is 105 (41.41% from 255 or 64.81% from 162); Green value is 2 (1.17% from 255 or 1.23% from 162); Blue value is 55 (21.88% from 255 or 33.95% from 162); Max value from RGB is 105 - color contains mainly: red. Hex color #690237 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690237 is #96FDC8. Grayscale: #262626. Windows color (decimal): -9895369 or 3605097. OLE color: 3605097.

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

Color convert

RGB 105 2 55 -
CMYK 0 0.98 0.48 0.59
HSL 329.13º 0.96% 0.21% -
HSV(B) 329.13º 0.98% 0.41% -
XYZ 6.54 3.32 3.91 -
YUV 38.84 137.12 175.19 -
System Red Green Blue C M Y K H S L
Decimal 105 2 55 0 0.98 0.48 0.59 329.13 0.96 0.21
Hex 69 2 37 0 62 30 3B 149 60 15
Octal 151 2 67 0 142 60 73 511 140 25
Binary 1101001 10 110111 0 1100010 110000 111011 101001001 1100000 10101

Color Harmonies of #690237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690237

Black with #690237

Text Example


Text Example

White with #690237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690237; }

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

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

background-color css

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

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

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

border-color css

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

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

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