Html Css Color HEX #690344 Tyrian Purple

📋 copy color: '#690344'

red 105 ◦ green 3 ◦ blue 68

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

Shades of Tyrian Purple #690344

Tints of Tyrian Purple #690344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 38.64%

R = 59.66%
G = 1.7%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.59

RGB Variations

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

Color information

#690344 (or 0x690344) is known color: Tyrian Purple. HEX triplet: 69, 03 and 44. RGB value is (105,3,68). Sum of RGB (Red+Green+Blue) = 105+3+68=176 (23% of max value = 765). Red value is 105 (41.41% from 255 or 59.66% from 176); Green value is 3 (1.56% from 255 or 1.70% from 176); Blue value is 68 (26.95% from 255 or 38.64% from 176); Max value from RGB is 105 - color contains mainly: red. Hex color #690344 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690344 is #96FCBB. Grayscale: #282828. Windows color (decimal): -9895100 or 4457321. OLE color: 4457321.

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

Color convert

RGB 105 3 68 -
CMYK 0 0.97 0.35 0.59
HSL 321.76º 0.94% 0.21% -
HSV(B) 321.76º 0.97% 0.41% -
XYZ 6.9 3.49 5.78 -
YUV 40.91 143.29 173.71 -
System Red Green Blue C M Y K H S L
Decimal 105 3 68 0 0.97 0.35 0.59 321.76 0.94 0.21
Hex 69 3 44 0 61 23 3B 142 5E 15
Octal 151 3 104 0 141 43 73 502 136 25
Binary 1101001 11 1000100 0 1100001 100011 111011 101000010 1011110 10101

Color Harmonies of #690344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690344

Black with #690344

Text Example


Text Example

White with #690344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690344; }

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

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

background-color css

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

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

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

border-color css

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

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

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