Html Css Color HEX #600127 Tyrian Purple

📋 copy color: '#600127'

red 96 ◦ green 1 ◦ blue 39

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

Shades of Tyrian Purple #600127

Tints of Tyrian Purple #600127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 28.68%

R = 70.59%
G = 0.74%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#600127 (or 0x600127) is known color: Tyrian Purple. HEX triplet: 60, 01 and 27. RGB value is (96,1,39). Sum of RGB (Red+Green+Blue) = 96+1+39=136 (18% of max value = 765). Red value is 96 (37.89% from 255 or 70.59% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 39 (15.62% from 255 or 28.68% from 136); Max value from RGB is 96 - color contains mainly: red. Hex color #600127 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600127 is #9FFED8. Grayscale: #212121. Windows color (decimal): -10485465 or 2556256. OLE color: 2556256.

HSL color Cylindrical-coordinate representation of color #600127: hue angle of 336º 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 #600127 is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 1 39 -
CMYK 0 0.99 0.59 0.62
HSL 336º 0.98% 0.19% -
HSV(B) 336º 0.99% 0.38% -
XYZ 5.2 2.65 2.16 -
YUV 33.74 130.97 172.41 -
System Red Green Blue C M Y K H S L
Decimal 96 1 39 0 0.99 0.59 0.62 336 0.98 0.19
Hex 60 1 27 0 63 3B 3E 150 62 13
Octal 140 1 47 0 143 73 76 520 142 23
Binary 1100000 1 100111 0 1100011 111011 111110 101010000 1100010 10011

Color Harmonies of #600127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600127

Black with #600127

Text Example


Text Example

White with #600127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600127; }

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

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

background-color css

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

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

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

border-color css

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

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

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