Html Css Color HEX #600133 Tyrian Purple

📋 copy color: '#600133'

red 96 ◦ green 1 ◦ blue 51

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

Shades of Tyrian Purple #600133

Tints of Tyrian Purple #600133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 34.46%

R = 64.86%
G = 0.68%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#600133 (or 0x600133) is known color: Tyrian Purple. HEX triplet: 60, 01 and 33. RGB value is (96,1,51). Sum of RGB (Red+Green+Blue) = 96+1+51=148 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64.86% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 51 (20.31% from 255 or 34.46% from 148); Max value from RGB is 96 - color contains mainly: red. Hex color #600133 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600133 is #9FFECC. Grayscale: #232323. Windows color (decimal): -10485453 or 3342688. OLE color: 3342688.

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

Color convert

RGB 96 1 51 -
CMYK 0 0.99 0.47 0.62
HSL 328.42º 0.98% 0.19% -
HSV(B) 328.42º 0.99% 0.38% -
XYZ 5.43 2.75 3.38 -
YUV 35.11 136.97 171.43 -
System Red Green Blue C M Y K H S L
Decimal 96 1 51 0 0.99 0.47 0.62 328.42 0.98 0.19
Hex 60 1 33 0 63 2F 3E 148 62 13
Octal 140 1 63 0 143 57 76 510 142 23
Binary 1100000 1 110011 0 1100011 101111 111110 101001000 1100010 10011

Color Harmonies of #600133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600133

Black with #600133

Text Example


Text Example

White with #600133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600133; }

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

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

background-color css

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

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

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

border-color css

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

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

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