Html Css Color HEX #600431 Tyrian Purple

📋 copy color: '#600431'

red 96 ◦ green 4 ◦ blue 49

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

Shades of Tyrian Purple #600431

Tints of Tyrian Purple #600431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 32.89%

R = 64.43%
G = 2.68%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#600431 (or 0x600431) is known color: Tyrian Purple. HEX triplet: 60, 04 and 31. RGB value is (96,4,49). Sum of RGB (Red+Green+Blue) = 96+4+49=149 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64.43% from 149); Green value is 4 (1.95% from 255 or 2.68% from 149); Blue value is 49 (19.53% from 255 or 32.89% from 149); Max value from RGB is 96 - color contains mainly: red. Hex color #600431 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600431 is #9FFBCE. Grayscale: #242424. Windows color (decimal): -10484687 or 3212384. OLE color: 3212384.

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

Color convert

RGB 96 4 49 -
CMYK 0 0.96 0.49 0.62
HSL 330.65º 0.92% 0.2% -
HSV(B) 330.65º 0.96% 0.38% -
XYZ 5.42 2.8 3.16 -
YUV 36.64 134.98 170.34 -
System Red Green Blue C M Y K H S L
Decimal 96 4 49 0 0.96 0.49 0.62 330.65 0.92 0.2
Hex 60 4 31 0 60 31 3E 14B 5C 14
Octal 140 4 61 0 140 61 76 513 134 24
Binary 1100000 100 110001 0 1100000 110001 111110 101001011 1011100 10100

Color Harmonies of #600431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600431

Black with #600431

Text Example


Text Example

White with #600431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600431; }

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

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

background-color css

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

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

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

border-color css

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

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

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