Html Css Color HEX #600426 Tyrian Purple

📋 copy color: '#600426'

red 96 ◦ green 4 ◦ blue 38

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

Shades of Tyrian Purple #600426

Tints of Tyrian Purple #600426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 27.54%

R = 69.57%
G = 2.9%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.60

 K value IS 0.62

RGB Variations

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

Color information

#600426 (or 0x600426) is known color: Tyrian Purple. HEX triplet: 60, 04 and 26. RGB value is (96,4,38). Sum of RGB (Red+Green+Blue) = 96+4+38=138 (18% of max value = 765). Red value is 96 (37.89% from 255 or 69.57% from 138); Green value is 4 (1.95% from 255 or 2.90% from 138); Blue value is 38 (15.23% from 255 or 27.54% from 138); Max value from RGB is 96 - color contains mainly: red. Hex color #600426 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600426 is #9FFBD9. Grayscale: #232323. Windows color (decimal): -10484698 or 2491488. OLE color: 2491488.

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

Color convert

RGB 96 4 38 -
CMYK 0 0.96 0.60 0.62
HSL 337.83º 0.92% 0.2% -
HSV(B) 337.83º 0.96% 0.38% -
XYZ 5.22 2.71 2.08 -
YUV 35.38 129.48 171.24 -
System Red Green Blue C M Y K H S L
Decimal 96 4 38 0 0.96 0.60 0.62 337.83 0.92 0.2
Hex 60 4 26 0 60 3C 3E 152 5C 14
Octal 140 4 46 0 140 74 76 522 134 24
Binary 1100000 100 100110 0 1100000 111100 111110 101010010 1011100 10100

Color Harmonies of #600426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600426

Black with #600426

Text Example


Text Example

White with #600426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600426; }

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

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

background-color css

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

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

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

border-color css

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

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

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