Html Css Color HEX #690153 Tyrian Purple

📋 copy color: '#690153'

red 105 ◦ green 1 ◦ blue 83

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

Shades of Tyrian Purple #690153

Tints of Tyrian Purple #690153

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

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

R = 55.56%
G = 0.53%
B = 43.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#690153 (or 0x690153) is known color: Tyrian Purple. HEX triplet: 69, 01 and 53. RGB value is (105,1,83). Sum of RGB (Red+Green+Blue) = 105+1+83=189 (25% of max value = 765). Red value is 105 (41.41% from 255 or 55.56% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 83 (32.81% from 255 or 43.92% from 189); Max value from RGB is 105 - color contains mainly: red. Hex color #690153 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690153 is #96FEAC. Grayscale: #292929. Windows color (decimal): -9895597 or 5439849. OLE color: 5439849.

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

Color convert

RGB 105 1 83 -
CMYK 0 0.99 0.21 0.59
HSL 312.69º 0.98% 0.21% -
HSV(B) 312.69º 0.99% 0.41% -
XYZ 7.4 3.65 8.5 -
YUV 41.44 151.46 173.33 -
System Red Green Blue C M Y K H S L
Decimal 105 1 83 0 0.99 0.21 0.59 312.69 0.98 0.21
Hex 69 1 53 0 63 15 3B 139 62 15
Octal 151 1 123 0 143 25 73 471 142 25
Binary 1101001 1 1010011 0 1100011 10101 111011 100111001 1100010 10101

Color Harmonies of #690153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690153

Black with #690153

Text Example


Text Example

White with #690153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690153; }

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

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

background-color css

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

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

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

border-color css

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

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

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