Html Css Color HEX #600455 Tyrian Purple

📋 copy color: '#600455'

red 96 ◦ green 4 ◦ blue 85

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

Shades of Tyrian Purple #600455

Tints of Tyrian Purple #600455

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 45.95%

R = 51.89%
G = 2.16%
B = 45.95%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#600455 (or 0x600455) is known color: Tyrian Purple. HEX triplet: 60, 04 and 55. RGB value is (96,4,85). Sum of RGB (Red+Green+Blue) = 96+4+85=185 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.89% from 185); Green value is 4 (1.95% from 255 or 2.16% from 185); Blue value is 85 (33.59% from 255 or 45.95% from 185); Max value from RGB is 96 - color contains mainly: red. Hex color #600455 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600455 is #9FFBAA. Grayscale: #282828. Windows color (decimal): -10484651 or 5571680. OLE color: 5571680.

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

Color convert

RGB 96 4 85 -
CMYK 0 0.96 0.11 0.62
HSL 307.17º 0.92% 0.2% -
HSV(B) 307.17º 0.96% 0.38% -
XYZ 6.51 3.23 8.87 -
YUV 40.74 152.98 167.41 -
System Red Green Blue C M Y K H S L
Decimal 96 4 85 0 0.96 0.11 0.62 307.17 0.92 0.2
Hex 60 4 55 0 60 B 3E 133 5C 14
Octal 140 4 125 0 140 13 76 463 134 24
Binary 1100000 100 1010101 0 1100000 1011 111110 100110011 1011100 10100

Color Harmonies of #600455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600455

Black with #600455

Text Example


Text Example

White with #600455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600455; }

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

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

background-color css

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

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

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

border-color css

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

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

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