Html Css Color HEX #600445 Tyrian Purple

📋 copy color: '#600445'

red 96 ◦ green 4 ◦ blue 69

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

Shades of Tyrian Purple #600445

Tints of Tyrian Purple #600445

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.37%

 BLUE value IS 69 (27.34% from 255) = 40.83%

R = 56.8%
G = 2.37%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#600445 (or 0x600445) is known color: Tyrian Purple. HEX triplet: 60, 04 and 45. RGB value is (96,4,69). Sum of RGB (Red+Green+Blue) = 96+4+69=169 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.80% from 169); Green value is 4 (1.95% from 255 or 2.37% from 169); Blue value is 69 (27.34% from 255 or 40.83% from 169); Max value from RGB is 96 - color contains mainly: red. Hex color #600445 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600445 is #9FFBBA. Grayscale: #262626. Windows color (decimal): -10484667 or 4523104. OLE color: 4523104.

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

Color convert

RGB 96 4 69 -
CMYK 0 0.96 0.28 0.62
HSL 317.61º 0.92% 0.2% -
HSV(B) 317.61º 0.96% 0.38% -
XYZ 5.94 3 5.9 -
YUV 38.92 144.98 168.71 -
System Red Green Blue C M Y K H S L
Decimal 96 4 69 0 0.96 0.28 0.62 317.61 0.92 0.2
Hex 60 4 45 0 60 1C 3E 13E 5C 14
Octal 140 4 105 0 140 34 76 476 134 24
Binary 1100000 100 1000101 0 1100000 11100 111110 100111110 1011100 10100

Color Harmonies of #600445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600445

Black with #600445

Text Example


Text Example

White with #600445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600445; }

 p { color: rgb(96,4,69); }

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

background-color css

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

 a { background-color: rgb(96,4,69); }

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

border-color css

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

 span { border-color: rgb(96,4,69); }

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