Html Css Color HEX #600030 Tyrian Purple

📋 copy color: '#600030'

red 96 ◦ green 0 ◦ blue 48

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

Shades of Tyrian Purple #600030

Tints of Tyrian Purple #600030

RGB

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

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

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

R = 66.67%
G = 0%
B = 33.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.50

 K value IS 0.62

RGB Variations

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

Color information

#600030 (or 0x600030) is known color: Tyrian Purple. HEX triplet: 60, 00 and 30. RGB value is (96,0,48). Sum of RGB (Red+Green+Blue) = 96+0+48=144 (19% of max value = 765). Red value is 96 (37.89% from 255 or 66.67% from 144); Green value is 0 (0.39% from 255 or 0% from 144); Blue value is 48 (19.14% from 255 or 33.33% from 144); Max value from RGB is 96 - color contains mainly: red. Hex color #600030 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600030 is #9FFFCF. Grayscale: #222222. Windows color (decimal): -10485712 or 3145824. OLE color: 3145824.

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

Color convert

RGB 96 0 48 -
CMYK 0 1 0.50 0.62
HSL 330º 1% 0.19% -
HSV(B) 330º 1% 0.38% -
XYZ 5.36 2.7 3.04 -
YUV 34.18 135.8 172.1 -
System Red Green Blue C M Y K H S L
Decimal 96 0 48 0 1 0.50 0.62 330 1 0.19
Hex 60 0 30 0 64 32 3E 14A 64 13
Octal 140 0 60 0 144 62 76 512 144 23
Binary 1100000 0 110000 0 1100100 110010 111110 101001010 1100100 10011

Color Harmonies of #600030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600030

Black with #600030

Text Example


Text Example

White with #600030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600030; }

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

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

background-color css

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

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

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

border-color css

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

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

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