Html Css Color HEX #600953 Tyrian Purple

📋 copy color: '#600953'

red 96 ◦ green 9 ◦ blue 83

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

Shades of Tyrian Purple #600953

Tints of Tyrian Purple #600953

RGB

 RED value IS 96 (37.89% from 255) = 51.06%

 GREEN value IS 9 (3.91% from 255) = 4.79%

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

R = 51.06%
G = 4.79%
B = 44.15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#600953 (or 0x600953) is known color: Tyrian Purple. HEX triplet: 60, 09 and 53. RGB value is (96,9,83). Sum of RGB (Red+Green+Blue) = 96+9+83=188 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.06% from 188); Green value is 9 (3.91% from 255 or 4.79% from 188); Blue value is 83 (32.81% from 255 or 44.15% from 188); Max value from RGB is 96 - color contains mainly: red. Hex color #600953 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600953 is #9FF6AC. Grayscale: #2B2B2B. Windows color (decimal): -10483373 or 5441888. OLE color: 5441888.

HSL color Cylindrical-coordinate representation of color #600953: hue angle of 308.97º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #600953 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 9 83 -
CMYK 0 0.91 0.14 0.62
HSL 308.97º 0.83% 0.21% -
HSV(B) 308.97º 0.91% 0.38% -
XYZ 6.48 3.31 8.48 -
YUV 43.45 150.32 165.48 -
System Red Green Blue C M Y K H S L
Decimal 96 9 83 0 0.91 0.14 0.62 308.97 0.83 0.21
Hex 60 9 53 0 5B E 3E 135 53 15
Octal 140 11 123 0 133 16 76 465 123 25
Binary 1100000 1001 1010011 0 1011011 1110 111110 100110101 1010011 10101

Color Harmonies of #600953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600953

Black with #600953

Text Example


Text Example

White with #600953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600953; }

 p { color: rgb(96,9,83); }

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

background-color css

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

 a { background-color: rgb(96,9,83); }

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

border-color css

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

 span { border-color: rgb(96,9,83); }

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