Html Css Color HEX #600145 Tyrian Purple

📋 copy color: '#600145'

red 96 ◦ green 1 ◦ blue 69

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

Shades of Tyrian Purple #600145

Tints of Tyrian Purple #600145

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.6%

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

R = 57.83%
G = 0.6%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#600145 (or 0x600145) is known color: Tyrian Purple. HEX triplet: 60, 01 and 45. RGB value is (96,1,69). Sum of RGB (Red+Green+Blue) = 96+1+69=166 (21% of max value = 765). Red value is 96 (37.89% from 255 or 57.83% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 69 (27.34% from 255 or 41.57% from 166); Max value from RGB is 96 - color contains mainly: red. Hex color #600145 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600145 is #9FFEBA. Grayscale: #242424. Windows color (decimal): -10485435 or 4522336. OLE color: 4522336.

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

Color convert

RGB 96 1 69 -
CMYK 0 0.99 0.28 0.62
HSL 317.05º 0.98% 0.19% -
HSV(B) 317.05º 0.99% 0.38% -
XYZ 5.91 2.94 5.89 -
YUV 37.16 145.97 169.97 -
System Red Green Blue C M Y K H S L
Decimal 96 1 69 0 0.99 0.28 0.62 317.05 0.98 0.19
Hex 60 1 45 0 63 1C 3E 13D 62 13
Octal 140 1 105 0 143 34 76 475 142 23
Binary 1100000 1 1000101 0 1100011 11100 111110 100111101 1100010 10011

Color Harmonies of #600145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600145

Black with #600145

Text Example


Text Example

White with #600145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600145; }

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

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

background-color css

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

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

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

border-color css

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

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

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