Html Css Color HEX #600435 Tyrian Purple

📋 copy color: '#600435'

red 96 ◦ green 4 ◦ blue 53

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

Shades of Tyrian Purple #600435

Tints of Tyrian Purple #600435

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 34.64%

R = 62.75%
G = 2.61%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#600435 (or 0x600435) is known color: Tyrian Purple. HEX triplet: 60, 04 and 35. RGB value is (96,4,53). Sum of RGB (Red+Green+Blue) = 96+4+53=153 (20% of max value = 765). Red value is 96 (37.89% from 255 or 62.75% from 153); Green value is 4 (1.95% from 255 or 2.61% from 153); Blue value is 53 (21.09% from 255 or 34.64% from 153); Max value from RGB is 96 - color contains mainly: red. Hex color #600435 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600435 is #9FFBCA. Grayscale: #242424. Windows color (decimal): -10484683 or 3474528. OLE color: 3474528.

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

Color convert

RGB 96 4 53 -
CMYK 0 0.96 0.45 0.62
HSL 328.04º 0.92% 0.2% -
HSV(B) 328.04º 0.96% 0.38% -
XYZ 5.51 2.83 3.62 -
YUV 37.09 136.98 170.02 -
System Red Green Blue C M Y K H S L
Decimal 96 4 53 0 0.96 0.45 0.62 328.04 0.92 0.2
Hex 60 4 35 0 60 2D 3E 148 5C 14
Octal 140 4 65 0 140 55 76 510 134 24
Binary 1100000 100 110101 0 1100000 101101 111110 101001000 1011100 10100

Color Harmonies of #600435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600435

Black with #600435

Text Example


Text Example

White with #600435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600435; }

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

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

background-color css

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

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

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

border-color css

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

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

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