Html Css Color HEX #600227 Tyrian Purple

📋 copy color: '#600227'

red 96 ◦ green 2 ◦ blue 39

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

Shades of Tyrian Purple #600227

Tints of Tyrian Purple #600227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 28.47%

R = 70.07%
G = 1.46%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#600227 (or 0x600227) is known color: Tyrian Purple. HEX triplet: 60, 02 and 27. RGB value is (96,2,39). Sum of RGB (Red+Green+Blue) = 96+2+39=137 (18% of max value = 765). Red value is 96 (37.89% from 255 or 70.07% from 137); Green value is 2 (1.17% from 255 or 1.46% from 137); Blue value is 39 (15.62% from 255 or 28.47% from 137); Max value from RGB is 96 - color contains mainly: red. Hex color #600227 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600227 is #9FFDD8. Grayscale: #222222. Windows color (decimal): -10485209 or 2556512. OLE color: 2556512.

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

Color convert

RGB 96 2 39 -
CMYK 0 0.98 0.59 0.62
HSL 336.38º 0.96% 0.19% -
HSV(B) 336.38º 0.98% 0.38% -
XYZ 5.21 2.68 2.16 -
YUV 34.32 130.64 171.99 -
System Red Green Blue C M Y K H S L
Decimal 96 2 39 0 0.98 0.59 0.62 336.38 0.96 0.19
Hex 60 2 27 0 62 3B 3E 150 60 13
Octal 140 2 47 0 142 73 76 520 140 23
Binary 1100000 10 100111 0 1100010 111011 111110 101010000 1100000 10011

Color Harmonies of #600227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600227

Black with #600227

Text Example


Text Example

White with #600227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600227; }

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

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

background-color css

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

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

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

border-color css

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

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

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