Html Css Color HEX #600257 Tyrian Purple

📋 copy color: '#600257'

red 96 ◦ green 2 ◦ blue 87

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

Shades of Tyrian Purple #600257

Tints of Tyrian Purple #600257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 47.03%

R = 51.89%
G = 1.08%
B = 47.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#600257 (or 0x600257) is known color: Tyrian Purple. HEX triplet: 60, 02 and 57. RGB value is (96,2,87). Sum of RGB (Red+Green+Blue) = 96+2+87=185 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.89% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 87 (34.38% from 255 or 47.03% from 185); Max value from RGB is 96 - color contains mainly: red. Hex color #600257 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600257 is #9FFDA8. Grayscale: #272727. Windows color (decimal): -10485161 or 5702240. OLE color: 5702240.

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

Color convert

RGB 96 2 87 -
CMYK 0 0.98 0.09 0.62
HSL 305.74º 0.96% 0.19% -
HSV(B) 305.74º 0.98% 0.38% -
XYZ 6.57 3.22 9.29 -
YUV 39.8 154.64 168.09 -
System Red Green Blue C M Y K H S L
Decimal 96 2 87 0 0.98 0.09 0.62 305.74 0.96 0.19
Hex 60 2 57 0 62 9 3E 132 60 13
Octal 140 2 127 0 142 11 76 462 140 23
Binary 1100000 10 1010111 0 1100010 1001 111110 100110010 1100000 10011

Color Harmonies of #600257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600257

Black with #600257

Text Example


Text Example

White with #600257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600257; }

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

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

background-color css

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

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

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

border-color css

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

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

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