Html Css Color HEX #600425 Tyrian Purple

📋 copy color: '#600425'

red 96 ◦ green 4 ◦ blue 37

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

Shades of Tyrian Purple #600425

Tints of Tyrian Purple #600425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 27.01%

R = 70.07%
G = 2.92%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#600425 (or 0x600425) is known color: Tyrian Purple. HEX triplet: 60, 04 and 25. RGB value is (96,4,37). Sum of RGB (Red+Green+Blue) = 96+4+37=137 (18% of max value = 765). Red value is 96 (37.89% from 255 or 70.07% from 137); Green value is 4 (1.95% from 255 or 2.92% from 137); Blue value is 37 (14.84% from 255 or 27.01% from 137); Max value from RGB is 96 - color contains mainly: red. Hex color #600425 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600425 is #9FFBDA. Grayscale: #232323. Windows color (decimal): -10484699 or 2425952. OLE color: 2425952.

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

Color convert

RGB 96 4 37 -
CMYK 0 0.96 0.61 0.62
HSL 338.48º 0.92% 0.2% -
HSV(B) 338.48º 0.96% 0.38% -
XYZ 5.2 2.71 2 -
YUV 35.27 128.98 171.32 -
System Red Green Blue C M Y K H S L
Decimal 96 4 37 0 0.96 0.61 0.62 338.48 0.92 0.2
Hex 60 4 25 0 60 3D 3E 152 5C 14
Octal 140 4 45 0 140 75 76 522 134 24
Binary 1100000 100 100101 0 1100000 111101 111110 101010010 1011100 10100

Color Harmonies of #600425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600425

Black with #600425

Text Example


Text Example

White with #600425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600425; }

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

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

background-color css

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

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

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

border-color css

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

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

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