Html Css Color HEX #600225 Tyrian Purple

📋 copy color: '#600225'

red 96 ◦ green 2 ◦ blue 37

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

Shades of Tyrian Purple #600225

Tints of Tyrian Purple #600225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 27.41%

R = 71.11%
G = 1.48%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#600225 (or 0x600225) is known color: Tyrian Purple. HEX triplet: 60, 02 and 25. RGB value is (96,2,37). Sum of RGB (Red+Green+Blue) = 96+2+37=135 (17% of max value = 765). Red value is 96 (37.89% from 255 or 71.11% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 37 (14.84% from 255 or 27.41% from 135); Max value from RGB is 96 - color contains mainly: red. Hex color #600225 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600225 is #9FFDDA. Grayscale: #222222. Windows color (decimal): -10485211 or 2425440. OLE color: 2425440.

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

Color convert

RGB 96 2 37 -
CMYK 0 0.98 0.61 0.62
HSL 337.66º 0.96% 0.19% -
HSV(B) 337.66º 0.98% 0.38% -
XYZ 5.18 2.66 1.99 -
YUV 34.1 129.64 172.15 -
System Red Green Blue C M Y K H S L
Decimal 96 2 37 0 0.98 0.61 0.62 337.66 0.96 0.19
Hex 60 2 25 0 62 3D 3E 152 60 13
Octal 140 2 45 0 142 75 76 522 140 23
Binary 1100000 10 100101 0 1100010 111101 111110 101010010 1100000 10011

Color Harmonies of #600225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600225

Black with #600225

Text Example


Text Example

White with #600225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600225; }

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

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

background-color css

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

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

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

border-color css

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

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

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