Html Css Color HEX #690334 Tyrian Purple

📋 copy color: '#690334'

red 105 ◦ green 3 ◦ blue 52

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

Shades of Tyrian Purple #690334

Tints of Tyrian Purple #690334

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.88%

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

R = 65.63%
G = 1.88%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#690334 (or 0x690334) is known color: Tyrian Purple. HEX triplet: 69, 03 and 34. RGB value is (105,3,52). Sum of RGB (Red+Green+Blue) = 105+3+52=160 (21% of max value = 765). Red value is 105 (41.41% from 255 or 65.62% from 160); Green value is 3 (1.56% from 255 or 1.88% from 160); Blue value is 52 (20.70% from 255 or 32.5% from 160); Max value from RGB is 105 - color contains mainly: red. Hex color #690334 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690334 is #96FCCB. Grayscale: #262626. Windows color (decimal): -9895116 or 3408745. OLE color: 3408745.

HSL color Cylindrical-coordinate representation of color #690334: hue angle of 331.18º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #690334 is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 3 52 -
CMYK 0 0.97 0.50 0.59
HSL 331.18º 0.94% 0.21% -
HSV(B) 331.18º 0.97% 0.41% -
XYZ 6.48 3.32 3.55 -
YUV 39.08 135.29 175.02 -
System Red Green Blue C M Y K H S L
Decimal 105 3 52 0 0.97 0.50 0.59 331.18 0.94 0.21
Hex 69 3 34 0 61 32 3B 14B 5E 15
Octal 151 3 64 0 141 62 73 513 136 25
Binary 1101001 11 110100 0 1100001 110010 111011 101001011 1011110 10101

Color Harmonies of #690334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690334

Black with #690334

Text Example


Text Example

White with #690334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690334; }

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

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

background-color css

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

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

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

border-color css

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

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

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