Html Css Color HEX #600428 Tyrian Purple

📋 copy color: '#600428'

red 96 ◦ green 4 ◦ blue 40

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

Shades of Tyrian Purple #600428

Tints of Tyrian Purple #600428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 28.57%

R = 68.57%
G = 2.86%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#600428 (or 0x600428) is known color: Tyrian Purple. HEX triplet: 60, 04 and 28. RGB value is (96,4,40). Sum of RGB (Red+Green+Blue) = 96+4+40=140 (18% of max value = 765). Red value is 96 (37.89% from 255 or 68.57% from 140); Green value is 4 (1.95% from 255 or 2.86% from 140); Blue value is 40 (16.02% from 255 or 28.57% from 140); Max value from RGB is 96 - color contains mainly: red. Hex color #600428 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600428 is #9FFBD7. Grayscale: #232323. Windows color (decimal): -10484696 or 2622560. OLE color: 2622560.

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

Color convert

RGB 96 4 40 -
CMYK 0 0.96 0.58 0.62
HSL 336.52º 0.92% 0.2% -
HSV(B) 336.52º 0.96% 0.38% -
XYZ 5.25 2.73 2.26 -
YUV 35.61 130.48 171.07 -
System Red Green Blue C M Y K H S L
Decimal 96 4 40 0 0.96 0.58 0.62 336.52 0.92 0.2
Hex 60 4 28 0 60 3A 3E 151 5C 14
Octal 140 4 50 0 140 72 76 521 134 24
Binary 1100000 100 101000 0 1100000 111010 111110 101010001 1011100 10100

Color Harmonies of #600428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600428

Black with #600428

Text Example


Text Example

White with #600428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600428; }

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

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

background-color css

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

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

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

border-color css

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

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

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