Html Css Color HEX #600326 Tyrian Purple

📋 copy color: '#600326'

red 96 ◦ green 3 ◦ blue 38

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

Shades of Tyrian Purple #600326

Tints of Tyrian Purple #600326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 27.74%

R = 70.07%
G = 2.19%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.60

 K value IS 0.62

RGB Variations

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

Color information

#600326 (or 0x600326) is known color: Tyrian Purple. HEX triplet: 60, 03 and 26. RGB value is (96,3,38). Sum of RGB (Red+Green+Blue) = 96+3+38=137 (18% of max value = 765). Red value is 96 (37.89% from 255 or 70.07% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 38 (15.23% from 255 or 27.74% from 137); Max value from RGB is 96 - color contains mainly: red. Hex color #600326 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600326 is #9FFCD9. Grayscale: #222222. Windows color (decimal): -10484954 or 2491232. OLE color: 2491232.

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

Color convert

RGB 96 3 38 -
CMYK 0 0.97 0.60 0.62
HSL 337.42º 0.94% 0.19% -
HSV(B) 337.42º 0.97% 0.38% -
XYZ 5.21 2.69 2.08 -
YUV 34.8 129.81 171.65 -
System Red Green Blue C M Y K H S L
Decimal 96 3 38 0 0.97 0.60 0.62 337.42 0.94 0.19
Hex 60 3 26 0 61 3C 3E 151 5E 13
Octal 140 3 46 0 141 74 76 521 136 23
Binary 1100000 11 100110 0 1100001 111100 111110 101010001 1011110 10011

Color Harmonies of #600326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600326

Black with #600326

Text Example


Text Example

White with #600326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600326; }

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

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

background-color css

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

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

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

border-color css

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

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

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