Html Css Color HEX #600730 Tyrian Purple

📋 copy color: '#600730'

red 96 ◦ green 7 ◦ blue 48

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

Shades of Tyrian Purple #600730

Tints of Tyrian Purple #600730

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.64%

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

R = 63.58%
G = 4.64%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.50

 K value IS 0.62

RGB Variations

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

Color information

#600730 (or 0x600730) is known color: Tyrian Purple. HEX triplet: 60, 07 and 30. RGB value is (96,7,48). Sum of RGB (Red+Green+Blue) = 96+7+48=151 (20% of max value = 765). Red value is 96 (37.89% from 255 or 63.58% from 151); Green value is 7 (3.12% from 255 or 4.64% from 151); Blue value is 48 (19.14% from 255 or 31.79% from 151); Max value from RGB is 96 - color contains mainly: red. Hex color #600730 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600730 is #9FF8CF. Grayscale: #262626. Windows color (decimal): -10483920 or 3147616. OLE color: 3147616.

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

Color convert

RGB 96 7 48 -
CMYK 0 0.93 0.50 0.62
HSL 332.36º 0.86% 0.2% -
HSV(B) 332.36º 0.93% 0.38% -
XYZ 5.43 2.85 3.06 -
YUV 38.29 133.49 169.17 -
System Red Green Blue C M Y K H S L
Decimal 96 7 48 0 0.93 0.50 0.62 332.36 0.86 0.2
Hex 60 7 30 0 5D 32 3E 14C 56 14
Octal 140 7 60 0 135 62 76 514 126 24
Binary 1100000 111 110000 0 1011101 110010 111110 101001100 1010110 10100

Color Harmonies of #600730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600730

Black with #600730

Text Example


Text Example

White with #600730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600730; }

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

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

background-color css

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

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

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

border-color css

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

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

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