Html Css Color HEX #600F50 Tyrian Purple

📋 copy color: '#600F50'

red 96 ◦ green 15 ◦ blue 80

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

Shades of Tyrian Purple #600F50

Tints of Tyrian Purple #600F50

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.85%

 BLUE value IS 80 (31.64% from 255) = 41.88%

R = 50.26%
G = 7.85%
B = 41.88%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.17

 K value IS 0.62

RGB Variations

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

Color information

#600F50 (or 0x600F50) is known color: Tyrian Purple. HEX triplet: 60, 0F and 50. RGB value is (96,15,80). Sum of RGB (Red+Green+Blue) = 96+15+80=191 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.26% from 191); Green value is 15 (6.25% from 255 or 7.85% from 191); Blue value is 80 (31.64% from 255 or 41.88% from 191); Max value from RGB is 96 - color contains mainly: red. Hex color #600F50 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600F50 is #9FF0AF. Grayscale: #2E2E2E. Windows color (decimal): -10481840 or 5246816. OLE color: 5246816.

HSL color Cylindrical-coordinate representation of color #600F50: hue angle of 311.85º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #600F50 is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 15 80 -
CMYK 0 0.84 0.17 0.62
HSL 311.85º 0.73% 0.22% -
HSV(B) 311.85º 0.84% 0.38% -
XYZ 6.44 3.41 7.91 -
YUV 46.63 146.84 163.21 -
System Red Green Blue C M Y K H S L
Decimal 96 15 80 0 0.84 0.17 0.62 311.85 0.73 0.22
Hex 60 F 50 0 54 11 3E 138 49 16
Octal 140 17 120 0 124 21 76 470 111 26
Binary 1100000 1111 1010000 0 1010100 10001 111110 100111000 1001001 10110

Color Harmonies of #600F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600F50

Black with #600F50

Text Example


Text Example

White with #600F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600F50; }

 p { color: rgb(96,15,80); }

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

background-color css

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

 a { background-color: rgb(96,15,80); }

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

border-color css

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

 span { border-color: rgb(96,15,80); }

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