Html Css Color HEX #600256 Tyrian Purple

📋 copy color: '#600256'

red 96 ◦ green 2 ◦ blue 86

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

Shades of Tyrian Purple #600256

Tints of Tyrian Purple #600256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 46.74%

R = 52.17%
G = 1.09%
B = 46.74%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#600256 (or 0x600256) is known color: Tyrian Purple. HEX triplet: 60, 02 and 56. RGB value is (96,2,86). Sum of RGB (Red+Green+Blue) = 96+2+86=184 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.17% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 86 (33.98% from 255 or 46.74% from 184); Max value from RGB is 96 - color contains mainly: red. Hex color #600256 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600256 is #9FFDA9. Grayscale: #272727. Windows color (decimal): -10485162 or 5636704. OLE color: 5636704.

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

Color convert

RGB 96 2 86 -
CMYK 0 0.98 0.10 0.62
HSL 306.38º 0.96% 0.19% -
HSV(B) 306.38º 0.98% 0.38% -
XYZ 6.53 3.2 9.08 -
YUV 39.68 154.14 168.17 -
System Red Green Blue C M Y K H S L
Decimal 96 2 86 0 0.98 0.10 0.62 306.38 0.96 0.19
Hex 60 2 56 0 62 A 3E 132 60 13
Octal 140 2 126 0 142 12 76 462 140 23
Binary 1100000 10 1010110 0 1100010 1010 111110 100110010 1100000 10011

Color Harmonies of #600256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600256

Black with #600256

Text Example


Text Example

White with #600256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600256; }

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

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

background-color css

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

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

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

border-color css

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

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

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