Html Css Color HEX #600228 Tyrian Purple

📋 copy color: '#600228'

red 96 ◦ green 2 ◦ blue 40

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

Shades of Tyrian Purple #600228

Tints of Tyrian Purple #600228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 28.99%

R = 69.57%
G = 1.45%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#600228 (or 0x600228) is known color: Tyrian Purple. HEX triplet: 60, 02 and 28. RGB value is (96,2,40). Sum of RGB (Red+Green+Blue) = 96+2+40=138 (18% of max value = 765). Red value is 96 (37.89% from 255 or 69.57% from 138); Green value is 2 (1.17% from 255 or 1.45% from 138); Blue value is 40 (16.02% from 255 or 28.99% from 138); Max value from RGB is 96 - color contains mainly: red. Hex color #600228 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600228 is #9FFDD7. Grayscale: #222222. Windows color (decimal): -10485208 or 2622048. OLE color: 2622048.

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

Color convert

RGB 96 2 40 -
CMYK 0 0.98 0.58 0.62
HSL 335.74º 0.96% 0.19% -
HSV(B) 335.74º 0.98% 0.38% -
XYZ 5.23 2.68 2.25 -
YUV 34.44 131.14 171.91 -
System Red Green Blue C M Y K H S L
Decimal 96 2 40 0 0.98 0.58 0.62 335.74 0.96 0.19
Hex 60 2 28 0 62 3A 3E 150 60 13
Octal 140 2 50 0 142 72 76 520 140 23
Binary 1100000 10 101000 0 1100010 111010 111110 101010000 1100000 10011

Color Harmonies of #600228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600228

Black with #600228

Text Example


Text Example

White with #600228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600228; }

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

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

background-color css

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

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

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

border-color css

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

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

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