Html Css Color HEX #690134 Tyrian Purple

📋 copy color: '#690134'

red 105 ◦ green 1 ◦ blue 52

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

Shades of Tyrian Purple #690134

Tints of Tyrian Purple #690134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 32.91%

R = 66.46%
G = 0.63%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#690134 (or 0x690134) is known color: Tyrian Purple. HEX triplet: 69, 01 and 34. RGB value is (105,1,52). Sum of RGB (Red+Green+Blue) = 105+1+52=158 (20% of max value = 765). Red value is 105 (41.41% from 255 or 66.46% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 52 (20.70% from 255 or 32.91% from 158); Max value from RGB is 105 - color contains mainly: red. Hex color #690134 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690134 is #96FECB. Grayscale: #252525. Windows color (decimal): -9895628 or 3408233. OLE color: 3408233.

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

Color convert

RGB 105 1 52 -
CMYK 0 0.99 0.50 0.59
HSL 330.58º 0.98% 0.21% -
HSV(B) 330.58º 0.99% 0.41% -
XYZ 6.46 3.27 3.54 -
YUV 37.91 135.96 175.85 -
System Red Green Blue C M Y K H S L
Decimal 105 1 52 0 0.99 0.50 0.59 330.58 0.98 0.21
Hex 69 1 34 0 63 32 3B 14B 62 15
Octal 151 1 64 0 143 62 73 513 142 25
Binary 1101001 1 110100 0 1100011 110010 111011 101001011 1100010 10101

Color Harmonies of #690134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690134

Black with #690134

Text Example


Text Example

White with #690134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690134; }

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

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

background-color css

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

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

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

border-color css

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

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

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