Html Css Color HEX #600238 Tyrian Purple

📋 copy color: '#600238'

red 96 ◦ green 2 ◦ blue 56

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

Shades of Tyrian Purple #600238

Tints of Tyrian Purple #600238

RGB

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

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

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

R = 62.34%
G = 1.3%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.62

RGB Variations

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

Color information

#600238 (or 0x600238) is known color: Tyrian Purple. HEX triplet: 60, 02 and 38. RGB value is (96,2,56). Sum of RGB (Red+Green+Blue) = 96+2+56=154 (20% of max value = 765). Red value is 96 (37.89% from 255 or 62.34% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 56 (22.27% from 255 or 36.36% from 154); Max value from RGB is 96 - color contains mainly: red. Hex color #600238 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600238 is #9FFDC7. Grayscale: #242424. Windows color (decimal): -10485192 or 3670624. OLE color: 3670624.

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

Color convert

RGB 96 2 56 -
CMYK 0 0.98 0.42 0.62
HSL 325.53º 0.96% 0.19% -
HSV(B) 325.53º 0.98% 0.38% -
XYZ 5.56 2.82 3.99 -
YUV 36.26 139.14 170.61 -
System Red Green Blue C M Y K H S L
Decimal 96 2 56 0 0.98 0.42 0.62 325.53 0.96 0.19
Hex 60 2 38 0 62 2A 3E 146 60 13
Octal 140 2 70 0 142 52 76 506 140 23
Binary 1100000 10 111000 0 1100010 101010 111110 101000110 1100000 10011

Color Harmonies of #600238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600238

Black with #600238

Text Example


Text Example

White with #600238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600238; }

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

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

background-color css

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

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

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

border-color css

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

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

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