Html Css Color HEX #600745 Tyrian Purple

📋 copy color: '#600745'

red 96 ◦ green 7 ◦ blue 69

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

Shades of Tyrian Purple #600745

Tints of Tyrian Purple #600745

RGB

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

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

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

R = 55.81%
G = 4.07%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#600745 (or 0x600745) is known color: Tyrian Purple. HEX triplet: 60, 07 and 45. RGB value is (96,7,69). Sum of RGB (Red+Green+Blue) = 96+7+69=172 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.81% from 172); Green value is 7 (3.12% from 255 or 4.07% from 172); Blue value is 69 (27.34% from 255 or 40.12% from 172); Max value from RGB is 96 - color contains mainly: red. Hex color #600745 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600745 is #9FF8BA. Grayscale: #282828. Windows color (decimal): -10483899 or 4523872. OLE color: 4523872.

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

Color convert

RGB 96 7 69 -
CMYK 0 0.93 0.28 0.62
HSL 318.2º 0.86% 0.2% -
HSV(B) 318.2º 0.93% 0.38% -
XYZ 5.97 3.07 5.91 -
YUV 40.68 143.99 167.46 -
System Red Green Blue C M Y K H S L
Decimal 96 7 69 0 0.93 0.28 0.62 318.2 0.86 0.2
Hex 60 7 45 0 5D 1C 3E 13E 56 14
Octal 140 7 105 0 135 34 76 476 126 24
Binary 1100000 111 1000101 0 1011101 11100 111110 100111110 1010110 10100

Color Harmonies of #600745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600745

Black with #600745

Text Example


Text Example

White with #600745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600745; }

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

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

background-color css

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

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

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

border-color css

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

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

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