Html Css Color HEX #600330 Tyrian Purple

📋 copy color: '#600330'

red 96 ◦ green 3 ◦ blue 48

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

Shades of Tyrian Purple #600330

Tints of Tyrian Purple #600330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 32.65%

R = 65.31%
G = 2.04%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.62

RGB Variations

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

Color information

#600330 (or 0x600330) is known color: Tyrian Purple. HEX triplet: 60, 03 and 30. RGB value is (96,3,48). Sum of RGB (Red+Green+Blue) = 96+3+48=147 (19% of max value = 765). Red value is 96 (37.89% from 255 or 65.31% from 147); Green value is 3 (1.56% from 255 or 2.04% from 147); Blue value is 48 (19.14% from 255 or 32.65% from 147); Max value from RGB is 96 - color contains mainly: red. Hex color #600330 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600330 is #9FFCCF. Grayscale: #232323. Windows color (decimal): -10484944 or 3146592. OLE color: 3146592.

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

Color convert

RGB 96 3 48 -
CMYK 0 0.97 0.50 0.62
HSL 330.97º 0.94% 0.19% -
HSV(B) 330.97º 0.97% 0.38% -
XYZ 5.39 2.77 3.05 -
YUV 35.94 134.81 170.84 -
System Red Green Blue C M Y K H S L
Decimal 96 3 48 0 0.97 0.50 0.62 330.97 0.94 0.19
Hex 60 3 30 0 61 32 3E 14B 5E 13
Octal 140 3 60 0 141 62 76 513 136 23
Binary 1100000 11 110000 0 1100001 110010 111110 101001011 1011110 10011

Color Harmonies of #600330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600330

Black with #600330

Text Example


Text Example

White with #600330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600330; }

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

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

background-color css

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

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

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

border-color css

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

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

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