Html Css Color HEX #600033 Tyrian Purple

📋 copy color: '#600033'

red 96 ◦ green 0 ◦ blue 51

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

Shades of Tyrian Purple #600033

Tints of Tyrian Purple #600033

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 65.31%
G = 0%
B = 34.69%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#600033 (or 0x600033) is known color: Tyrian Purple. HEX triplet: 60, 00 and 33. RGB value is (96,0,51). Sum of RGB (Red+Green+Blue) = 96+0+51=147 (19% of max value = 765). Red value is 96 (37.89% from 255 or 65.31% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 51 (20.31% from 255 or 34.69% from 147); Max value from RGB is 96 - color contains mainly: red. Hex color #600033 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600033 is #9FFFCC. Grayscale: #222222. Windows color (decimal): -10485709 or 3342432. OLE color: 3342432.

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

Color convert

RGB 96 0 51 -
CMYK 0 1 0.47 0.62
HSL 328.13º 1% 0.19% -
HSV(B) 328.13º 1% 0.38% -
XYZ 5.42 2.73 3.37 -
YUV 34.52 137.3 171.85 -
System Red Green Blue C M Y K H S L
Decimal 96 0 51 0 1 0.47 0.62 328.13 1 0.19
Hex 60 0 33 0 64 2F 3E 148 64 13
Octal 140 0 63 0 144 57 76 510 144 23
Binary 1100000 0 110011 0 1100100 101111 111110 101001000 1100100 10011

Color Harmonies of #600033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600033

Black with #600033

Text Example


Text Example

White with #600033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600033; }

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

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

background-color css

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

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

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

border-color css

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

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

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