Html Css Color HEX #600242 Tyrian Purple

📋 copy color: '#600242'

red 96 ◦ green 2 ◦ blue 66

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

Shades of Tyrian Purple #600242

Tints of Tyrian Purple #600242

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.22%

 BLUE value IS 66 (26.17% from 255) = 40.24%

R = 58.54%
G = 1.22%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#600242 (or 0x600242) is known color: Tyrian Purple. HEX triplet: 60, 02 and 42. RGB value is (96,2,66). Sum of RGB (Red+Green+Blue) = 96+2+66=164 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.54% from 164); Green value is 2 (1.17% from 255 or 1.22% from 164); Blue value is 66 (26.17% from 255 or 40.24% from 164); Max value from RGB is 96 - color contains mainly: red. Hex color #600242 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600242 is #9FFDBD. Grayscale: #252525. Windows color (decimal): -10485182 or 4325984. OLE color: 4325984.

HSL color Cylindrical-coordinate representation of color #600242: hue angle of 319.15º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #600242 is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 2 66 -
CMYK 0 0.98 0.31 0.62
HSL 319.15º 0.96% 0.19% -
HSV(B) 319.15º 0.98% 0.38% -
XYZ 5.83 2.92 5.41 -
YUV 37.4 144.14 169.8 -
System Red Green Blue C M Y K H S L
Decimal 96 2 66 0 0.98 0.31 0.62 319.15 0.96 0.19
Hex 60 2 42 0 62 1F 3E 13F 60 13
Octal 140 2 102 0 142 37 76 477 140 23
Binary 1100000 10 1000010 0 1100010 11111 111110 100111111 1100000 10011

Color Harmonies of #600242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600242

Black with #600242

Text Example


Text Example

White with #600242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600242; }

 p { color: rgb(96,2,66); }

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

background-color css

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

 a { background-color: rgb(96,2,66); }

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

border-color css

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

 span { border-color: rgb(96,2,66); }

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