Html Css Color HEX #600F4C Tyrian Purple

📋 copy color: '#600F4C'

red 96 ◦ green 15 ◦ blue 76

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

Shades of Tyrian Purple #600F4C

Tints of Tyrian Purple #600F4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 40.64%

R = 51.34%
G = 8.02%
B = 40.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#600F4C (or 0x600F4C) is known color: Tyrian Purple. HEX triplet: 60, 0F and 4C. RGB value is (96,15,76). Sum of RGB (Red+Green+Blue) = 96+15+76=187 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.34% from 187); Green value is 15 (6.25% from 255 or 8.02% from 187); Blue value is 76 (30.08% from 255 or 40.64% from 187); Max value from RGB is 96 - color contains mainly: red. Hex color #600F4C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600F4C is #9FF0B3. Grayscale: #2E2E2E. Windows color (decimal): -10481844 or 4984672. OLE color: 4984672.

HSL color Cylindrical-coordinate representation of color #600F4C: hue angle of 314.81º 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 #600F4C is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 15 76 -
CMYK 0 0.84 0.21 0.62
HSL 314.81º 0.73% 0.22% -
HSV(B) 314.81º 0.84% 0.38% -
XYZ 6.3 3.35 7.15 -
YUV 46.17 144.84 163.54 -
System Red Green Blue C M Y K H S L
Decimal 96 15 76 0 0.84 0.21 0.62 314.81 0.73 0.22
Hex 60 F 4C 0 54 15 3E 13B 49 16
Octal 140 17 114 0 124 25 76 473 111 26
Binary 1100000 1111 1001100 0 1010100 10101 111110 100111011 1001001 10110

Color Harmonies of #600F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600F4C

Black with #600F4C

Text Example


Text Example

White with #600F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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