Html Css Color HEX #600243 Tyrian Purple

📋 copy color: '#600243'

red 96 ◦ green 2 ◦ blue 67

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

Shades of Tyrian Purple #600243

Tints of Tyrian Purple #600243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 40.61%

R = 58.18%
G = 1.21%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#600243 (or 0x600243) is known color: Tyrian Purple. HEX triplet: 60, 02 and 43. RGB value is (96,2,67). Sum of RGB (Red+Green+Blue) = 96+2+67=165 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.18% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 67 (26.56% from 255 or 40.61% from 165); Max value from RGB is 96 - color contains mainly: red. Hex color #600243 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600243 is #9FFDBC. Grayscale: #252525. Windows color (decimal): -10485181 or 4391520. OLE color: 4391520.

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

Color convert

RGB 96 2 67 -
CMYK 0 0.98 0.30 0.62
HSL 318.51º 0.96% 0.19% -
HSV(B) 318.51º 0.98% 0.38% -
XYZ 5.86 2.94 5.57 -
YUV 37.52 144.64 169.71 -
System Red Green Blue C M Y K H S L
Decimal 96 2 67 0 0.98 0.30 0.62 318.51 0.96 0.19
Hex 60 2 43 0 62 1E 3E 13F 60 13
Octal 140 2 103 0 142 36 76 477 140 23
Binary 1100000 10 1000011 0 1100010 11110 111110 100111111 1100000 10011

Color Harmonies of #600243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600243

Black with #600243

Text Example


Text Example

White with #600243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600243; }

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

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

background-color css

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

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

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

border-color css

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

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

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