Html Css Color HEX #600453 Tyrian Purple

📋 copy color: '#600453'

red 96 ◦ green 4 ◦ blue 83

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

Shades of Tyrian Purple #600453

Tints of Tyrian Purple #600453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 45.36%

R = 52.46%
G = 2.19%
B = 45.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#600453 (or 0x600453) is known color: Tyrian Purple. HEX triplet: 60, 04 and 53. RGB value is (96,4,83). Sum of RGB (Red+Green+Blue) = 96+4+83=183 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.46% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 83 (32.81% from 255 or 45.36% from 183); Max value from RGB is 96 - color contains mainly: red. Hex color #600453 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600453 is #9FFBAC. Grayscale: #282828. Windows color (decimal): -10484653 or 5440608. OLE color: 5440608.

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

Color convert

RGB 96 4 83 -
CMYK 0 0.96 0.14 0.62
HSL 308.48º 0.92% 0.2% -
HSV(B) 308.48º 0.96% 0.38% -
XYZ 6.43 3.2 8.46 -
YUV 40.51 151.98 167.58 -
System Red Green Blue C M Y K H S L
Decimal 96 4 83 0 0.96 0.14 0.62 308.48 0.92 0.2
Hex 60 4 53 0 60 E 3E 134 5C 14
Octal 140 4 123 0 140 16 76 464 134 24
Binary 1100000 100 1010011 0 1100000 1110 111110 100110100 1011100 10100

Color Harmonies of #600453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600453

Black with #600453

Text Example


Text Example

White with #600453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600453; }

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

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

background-color css

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

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

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

border-color css

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

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

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