Html Css Color HEX #690353 Tyrian Purple

📋 copy color: '#690353'

red 105 ◦ green 3 ◦ blue 83

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

Shades of Tyrian Purple #690353

Tints of Tyrian Purple #690353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 43.46%

R = 54.97%
G = 1.57%
B = 43.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#690353 (or 0x690353) is known color: Tyrian Purple. HEX triplet: 69, 03 and 53. RGB value is (105,3,83). Sum of RGB (Red+Green+Blue) = 105+3+83=191 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.97% from 191); Green value is 3 (1.56% from 255 or 1.57% from 191); Blue value is 83 (32.81% from 255 or 43.46% from 191); Max value from RGB is 105 - color contains mainly: red. Hex color #690353 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690353 is #96FCAC. Grayscale: #2A2A2A. Windows color (decimal): -9895085 or 5440361. OLE color: 5440361.

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

Color convert

RGB 105 3 83 -
CMYK 0 0.97 0.21 0.59
HSL 312.94º 0.94% 0.21% -
HSV(B) 312.94º 0.97% 0.41% -
XYZ 7.42 3.69 8.51 -
YUV 42.62 150.79 172.5 -
System Red Green Blue C M Y K H S L
Decimal 105 3 83 0 0.97 0.21 0.59 312.94 0.94 0.21
Hex 69 3 53 0 61 15 3B 139 5E 15
Octal 151 3 123 0 141 25 73 471 136 25
Binary 1101001 11 1010011 0 1100001 10101 111011 100111001 1011110 10101

Color Harmonies of #690353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690353

Black with #690353

Text Example


Text Example

White with #690353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690353; }

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

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

background-color css

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

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

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

border-color css

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

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

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