Html Css Color HEX #600333 Tyrian Purple

📋 copy color: '#600333'

red 96 ◦ green 3 ◦ blue 51

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

Shades of Tyrian Purple #600333

Tints of Tyrian Purple #600333

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2%

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

R = 64%
G = 2%
B = 34%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#600333 (or 0x600333) is known color: Tyrian Purple. HEX triplet: 60, 03 and 33. RGB value is (96,3,51). Sum of RGB (Red+Green+Blue) = 96+3+51=150 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64% from 150); Green value is 3 (1.56% from 255 or 2% from 150); Blue value is 51 (20.31% from 255 or 34% from 150); Max value from RGB is 96 - color contains mainly: red. Hex color #600333 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600333 is #9FFCCC. Grayscale: #242424. Windows color (decimal): -10484941 or 3343200. OLE color: 3343200.

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

Color convert

RGB 96 3 51 -
CMYK 0 0.97 0.47 0.62
HSL 329.03º 0.94% 0.19% -
HSV(B) 329.03º 0.97% 0.38% -
XYZ 5.45 2.79 3.38 -
YUV 36.28 136.31 170.6 -
System Red Green Blue C M Y K H S L
Decimal 96 3 51 0 0.97 0.47 0.62 329.03 0.94 0.19
Hex 60 3 33 0 61 2F 3E 149 5E 13
Octal 140 3 63 0 141 57 76 511 136 23
Binary 1100000 11 110011 0 1100001 101111 111110 101001001 1011110 10011

Color Harmonies of #600333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600333

Black with #600333

Text Example


Text Example

White with #600333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600333; }

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

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

background-color css

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

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

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

border-color css

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

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

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