Html Css Color HEX #601238 Tyrian Purple

📋 copy color: '#601238'

red 96 ◦ green 18 ◦ blue 56

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

Shades of Tyrian Purple #601238

Tints of Tyrian Purple #601238

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.59%

 BLUE value IS 56 (22.27% from 255) = 32.94%

R = 56.47%
G = 10.59%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.42

 K value IS 0.62

RGB Variations

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

Color information

#601238 (or 0x601238) is known color: Tyrian Purple. HEX triplet: 60, 12 and 38. RGB value is (96,18,56). Sum of RGB (Red+Green+Blue) = 96+18+56=170 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.47% from 170); Green value is 18 (7.42% from 255 or 10.59% from 170); Blue value is 56 (22.27% from 255 or 32.94% from 170); Max value from RGB is 96 - color contains mainly: red. Hex color #601238 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601238 is #9FEDC7. Grayscale: #2D2D2D. Windows color (decimal): -10481096 or 3674720. OLE color: 3674720.

HSL color Cylindrical-coordinate representation of color #601238: hue angle of 330.77º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #601238 is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 18 56 -
CMYK 0 0.81 0.42 0.62
HSL 330.77º 0.68% 0.22% -
HSV(B) 330.77º 0.81% 0.38% -
XYZ 5.75 3.2 4.06 -
YUV 45.65 133.84 163.91 -
System Red Green Blue C M Y K H S L
Decimal 96 18 56 0 0.81 0.42 0.62 330.77 0.68 0.22
Hex 60 12 38 0 51 2A 3E 14B 44 16
Octal 140 22 70 0 121 52 76 513 104 26
Binary 1100000 10010 111000 0 1010001 101010 111110 101001011 1000100 10110

Color Harmonies of #601238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601238

Black with #601238

Text Example


Text Example

White with #601238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601238; }

 p { color: rgb(96,18,56); }

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

background-color css

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

 a { background-color: rgb(96,18,56); }

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

border-color css

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

 span { border-color: rgb(96,18,56); }

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