Html Css Color HEX #690136 Tyrian Purple

📋 copy color: '#690136'

red 105 ◦ green 1 ◦ blue 54

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

Shades of Tyrian Purple #690136

Tints of Tyrian Purple #690136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 33.75%

R = 65.63%
G = 0.63%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.59

RGB Variations

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

Color information

#690136 (or 0x690136) is known color: Tyrian Purple. HEX triplet: 69, 01 and 36. RGB value is (105,1,54). Sum of RGB (Red+Green+Blue) = 105+1+54=160 (21% of max value = 765). Red value is 105 (41.41% from 255 or 65.62% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 54 (21.48% from 255 or 33.75% from 160); Max value from RGB is 105 - color contains mainly: red. Hex color #690136 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690136 is #96FEC9. Grayscale: #262626. Windows color (decimal): -9895626 or 3539305. OLE color: 3539305.

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

Color convert

RGB 105 1 54 -
CMYK 0 0.99 0.49 0.59
HSL 329.42º 0.98% 0.21% -
HSV(B) 329.42º 0.99% 0.41% -
XYZ 6.5 3.29 3.78 -
YUV 38.14 136.96 175.69 -
System Red Green Blue C M Y K H S L
Decimal 105 1 54 0 0.99 0.49 0.59 329.42 0.98 0.21
Hex 69 1 36 0 63 31 3B 149 62 15
Octal 151 1 66 0 143 61 73 511 142 25
Binary 1101001 1 110110 0 1100011 110001 111011 101001001 1100010 10101

Color Harmonies of #690136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690136

Black with #690136

Text Example


Text Example

White with #690136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690136; }

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

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

background-color css

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

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

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

border-color css

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

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

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