Html Css Color HEX #690346 Tyrian Purple

📋 copy color: '#690346'

red 105 ◦ green 3 ◦ blue 70

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

Shades of Tyrian Purple #690346

Tints of Tyrian Purple #690346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 39.33%

R = 58.99%
G = 1.69%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.59

RGB Variations

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

Color information

#690346 (or 0x690346) is known color: Tyrian Purple. HEX triplet: 69, 03 and 46. RGB value is (105,3,70). Sum of RGB (Red+Green+Blue) = 105+3+70=178 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.99% from 178); Green value is 3 (1.56% from 255 or 1.69% from 178); Blue value is 70 (27.73% from 255 or 39.33% from 178); Max value from RGB is 105 - color contains mainly: red. Hex color #690346 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690346 is #96FCB9. Grayscale: #282828. Windows color (decimal): -9895098 or 4588393. OLE color: 4588393.

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

Color convert

RGB 105 3 70 -
CMYK 0 0.97 0.33 0.59
HSL 320.59º 0.94% 0.21% -
HSV(B) 320.59º 0.97% 0.41% -
XYZ 6.96 3.51 6.1 -
YUV 41.14 144.29 173.55 -
System Red Green Blue C M Y K H S L
Decimal 105 3 70 0 0.97 0.33 0.59 320.59 0.94 0.21
Hex 69 3 46 0 61 21 3B 141 5E 15
Octal 151 3 106 0 141 41 73 501 136 25
Binary 1101001 11 1000110 0 1100001 100001 111011 101000001 1011110 10101

Color Harmonies of #690346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690346

Black with #690346

Text Example


Text Example

White with #690346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690346; }

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

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

background-color css

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

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

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

border-color css

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

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

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