Html Css Color HEX #600F4F Tyrian Purple

📋 copy color: '#600F4F'

red 96 ◦ green 15 ◦ blue 79

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

Shades of Tyrian Purple #600F4F

Tints of Tyrian Purple #600F4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 41.58%

R = 50.53%
G = 7.89%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#600F4F (or 0x600F4F) is known color: Tyrian Purple. HEX triplet: 60, 0F and 4F. RGB value is (96,15,79). Sum of RGB (Red+Green+Blue) = 96+15+79=190 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.53% from 190); Green value is 15 (6.25% from 255 or 7.89% from 190); Blue value is 79 (31.25% from 255 or 41.58% from 190); Max value from RGB is 96 - color contains mainly: red. Hex color #600F4F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600F4F is #9FF0B0. Grayscale: #2E2E2E. Windows color (decimal): -10481841 or 5181280. OLE color: 5181280.

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

Color convert

RGB 96 15 79 -
CMYK 0 0.84 0.18 0.62
HSL 312.59º 0.73% 0.22% -
HSV(B) 312.59º 0.84% 0.38% -
XYZ 6.41 3.39 7.71 -
YUV 46.52 146.34 163.3 -
System Red Green Blue C M Y K H S L
Decimal 96 15 79 0 0.84 0.18 0.62 312.59 0.73 0.22
Hex 60 F 4F 0 54 12 3E 139 49 16
Octal 140 17 117 0 124 22 76 471 111 26
Binary 1100000 1111 1001111 0 1010100 10010 111110 100111001 1001001 10110

Color Harmonies of #600F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600F4F

Black with #600F4F

Text Example


Text Example

White with #600F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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