Html Css Color HEX #600328 Tyrian Purple

📋 copy color: '#600328'

red 96 ◦ green 3 ◦ blue 40

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

Shades of Tyrian Purple #600328

Tints of Tyrian Purple #600328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 28.78%

R = 69.06%
G = 2.16%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#600328 (or 0x600328) is known color: Tyrian Purple. HEX triplet: 60, 03 and 28. RGB value is (96,3,40). Sum of RGB (Red+Green+Blue) = 96+3+40=139 (18% of max value = 765). Red value is 96 (37.89% from 255 or 69.06% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 40 (16.02% from 255 or 28.78% from 139); Max value from RGB is 96 - color contains mainly: red. Hex color #600328 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600328 is #9FFCD7. Grayscale: #222222. Windows color (decimal): -10484952 or 2622304. OLE color: 2622304.

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

Color convert

RGB 96 3 40 -
CMYK 0 0.97 0.58 0.62
HSL 336.13º 0.94% 0.19% -
HSV(B) 336.13º 0.97% 0.38% -
XYZ 5.24 2.71 2.25 -
YUV 35.03 130.81 171.49 -
System Red Green Blue C M Y K H S L
Decimal 96 3 40 0 0.97 0.58 0.62 336.13 0.94 0.19
Hex 60 3 28 0 61 3A 3E 150 5E 13
Octal 140 3 50 0 141 72 76 520 136 23
Binary 1100000 11 101000 0 1100001 111010 111110 101010000 1011110 10011

Color Harmonies of #600328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600328

Black with #600328

Text Example


Text Example

White with #600328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600328; }

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

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

background-color css

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

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

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

border-color css

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

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

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