Html Css Color HEX #600255 Tyrian Purple

📋 copy color: '#600255'

red 96 ◦ green 2 ◦ blue 85

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

Shades of Tyrian Purple #600255

Tints of Tyrian Purple #600255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 46.45%

R = 52.46%
G = 1.09%
B = 46.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#600255 (or 0x600255) is known color: Tyrian Purple. HEX triplet: 60, 02 and 55. RGB value is (96,2,85). Sum of RGB (Red+Green+Blue) = 96+2+85=183 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.46% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 85 (33.59% from 255 or 46.45% from 183); Max value from RGB is 96 - color contains mainly: red. Hex color #600255 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600255 is #9FFDAA. Grayscale: #272727. Windows color (decimal): -10485163 or 5571168. OLE color: 5571168.

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

Color convert

RGB 96 2 85 -
CMYK 0 0.98 0.11 0.62
HSL 307.02º 0.96% 0.19% -
HSV(B) 307.02º 0.98% 0.38% -
XYZ 6.49 3.19 8.87 -
YUV 39.57 153.64 168.25 -
System Red Green Blue C M Y K H S L
Decimal 96 2 85 0 0.98 0.11 0.62 307.02 0.96 0.19
Hex 60 2 55 0 62 B 3E 133 60 13
Octal 140 2 125 0 142 13 76 463 140 23
Binary 1100000 10 1010101 0 1100010 1011 111110 100110011 1100000 10011

Color Harmonies of #600255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600255

Black with #600255

Text Example


Text Example

White with #600255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600255; }

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

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

background-color css

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

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

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

border-color css

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

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

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