Html Css Color HEX #600338 Tyrian Purple

📋 copy color: '#600338'

red 96 ◦ green 3 ◦ blue 56

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

Shades of Tyrian Purple #600338

Tints of Tyrian Purple #600338

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.94%

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

R = 61.94%
G = 1.94%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.62

RGB Variations

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

Color information

#600338 (or 0x600338) is known color: Tyrian Purple. HEX triplet: 60, 03 and 38. RGB value is (96,3,56). Sum of RGB (Red+Green+Blue) = 96+3+56=155 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.94% from 155); Green value is 3 (1.56% from 255 or 1.94% from 155); Blue value is 56 (22.27% from 255 or 36.13% from 155); Max value from RGB is 96 - color contains mainly: red. Hex color #600338 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600338 is #9FFCC7. Grayscale: #242424. Windows color (decimal): -10484936 or 3670880. OLE color: 3670880.

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

Color convert

RGB 96 3 56 -
CMYK 0 0.97 0.42 0.62
HSL 325.81º 0.94% 0.19% -
HSV(B) 325.81º 0.97% 0.38% -
XYZ 5.57 2.84 4 -
YUV 36.85 138.81 170.19 -
System Red Green Blue C M Y K H S L
Decimal 96 3 56 0 0.97 0.42 0.62 325.81 0.94 0.19
Hex 60 3 38 0 61 2A 3E 146 5E 13
Octal 140 3 70 0 141 52 76 506 136 23
Binary 1100000 11 111000 0 1100001 101010 111110 101000110 1011110 10011

Color Harmonies of #600338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600338

Black with #600338

Text Example


Text Example

White with #600338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600338; }

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

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

background-color css

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

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

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

border-color css

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

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

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