Html Css Color HEX #690453 Tyrian Purple

📋 copy color: '#690453'

red 105 ◦ green 4 ◦ blue 83

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

Shades of Tyrian Purple #690453

Tints of Tyrian Purple #690453

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.08%

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

R = 54.69%
G = 2.08%
B = 43.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#690453 (or 0x690453) is known color: Tyrian Purple. HEX triplet: 69, 04 and 53. RGB value is (105,4,83). Sum of RGB (Red+Green+Blue) = 105+4+83=192 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.69% from 192); Green value is 4 (1.95% from 255 or 2.08% from 192); Blue value is 83 (32.81% from 255 or 43.23% from 192); Max value from RGB is 105 - color contains mainly: red. Hex color #690453 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690453 is #96FBAC. Grayscale: #2A2A2A. Windows color (decimal): -9894829 or 5440617. OLE color: 5440617.

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

Color convert

RGB 105 4 83 -
CMYK 0 0.96 0.21 0.59
HSL 313.07º 0.93% 0.21% -
HSV(B) 313.07º 0.96% 0.41% -
XYZ 7.43 3.71 8.51 -
YUV 43.21 150.46 172.08 -
System Red Green Blue C M Y K H S L
Decimal 105 4 83 0 0.96 0.21 0.59 313.07 0.93 0.21
Hex 69 4 53 0 60 15 3B 139 5D 15
Octal 151 4 123 0 140 25 73 471 135 25
Binary 1101001 100 1010011 0 1100000 10101 111011 100111001 1011101 10101

Color Harmonies of #690453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690453

Black with #690453

Text Example


Text Example

White with #690453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690453; }

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

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

background-color css

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

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

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

border-color css

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

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

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