Html Css Color HEX #600125 Tyrian Purple

📋 copy color: '#600125'

red 96 ◦ green 1 ◦ blue 37

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

Shades of Tyrian Purple #600125

Tints of Tyrian Purple #600125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 27.61%

R = 71.64%
G = 0.75%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#600125 (or 0x600125) is known color: Tyrian Purple. HEX triplet: 60, 01 and 25. RGB value is (96,1,37). Sum of RGB (Red+Green+Blue) = 96+1+37=134 (17% of max value = 765). Red value is 96 (37.89% from 255 or 71.64% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 37 (14.84% from 255 or 27.61% from 134); Max value from RGB is 96 - color contains mainly: red. Hex color #600125 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600125 is #9FFEDA. Grayscale: #212121. Windows color (decimal): -10485467 or 2425184. OLE color: 2425184.

HSL color Cylindrical-coordinate representation of color #600125: hue angle of 337.26º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #600125 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 1 37 -
CMYK 0 0.99 0.61 0.62
HSL 337.26º 0.98% 0.19% -
HSV(B) 337.26º 0.99% 0.38% -
XYZ 5.17 2.64 1.99 -
YUV 33.51 129.97 172.57 -
System Red Green Blue C M Y K H S L
Decimal 96 1 37 0 0.99 0.61 0.62 337.26 0.98 0.19
Hex 60 1 25 0 63 3D 3E 151 62 13
Octal 140 1 45 0 143 75 76 521 142 23
Binary 1100000 1 100101 0 1100011 111101 111110 101010001 1100010 10011

Color Harmonies of #600125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600125

Black with #600125

Text Example


Text Example

White with #600125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600125; }

 p { color: rgb(96,1,37); }

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

background-color css

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

 a { background-color: rgb(96,1,37); }

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

border-color css

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

 span { border-color: rgb(96,1,37); }

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