Html Css Color HEX #600630 Tyrian Purple

📋 copy color: '#600630'

red 96 ◦ green 6 ◦ blue 48

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

Shades of Tyrian Purple #600630

Tints of Tyrian Purple #600630

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4%

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

R = 64%
G = 4%
B = 32%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.50

 K value IS 0.62

RGB Variations

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

Color information

#600630 (or 0x600630) is known color: Tyrian Purple. HEX triplet: 60, 06 and 30. RGB value is (96,6,48). Sum of RGB (Red+Green+Blue) = 96+6+48=150 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64% from 150); Green value is 6 (2.73% from 255 or 4% from 150); Blue value is 48 (19.14% from 255 or 32% from 150); Max value from RGB is 96 - color contains mainly: red. Hex color #600630 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600630 is #9FF9CF. Grayscale: #252525. Windows color (decimal): -10484176 or 3147360. OLE color: 3147360.

HSL color Cylindrical-coordinate representation of color #600630: hue angle of 332º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #600630 is Cyan = 0, Magento = 0.94, Yellow = 0.50 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 6 48 -
CMYK 0 0.94 0.50 0.62
HSL 332º 0.88% 0.2% -
HSV(B) 332º 0.94% 0.38% -
XYZ 5.42 2.83 3.06 -
YUV 37.7 133.82 169.58 -
System Red Green Blue C M Y K H S L
Decimal 96 6 48 0 0.94 0.50 0.62 332 0.88 0.2
Hex 60 6 30 0 5E 32 3E 14C 58 14
Octal 140 6 60 0 136 62 76 514 130 24
Binary 1100000 110 110000 0 1011110 110010 111110 101001100 1011000 10100

Color Harmonies of #600630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600630

Black with #600630

Text Example


Text Example

White with #600630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600630; }

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

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

background-color css

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

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

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

border-color css

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

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

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