#600738

Color #600738 Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #600738

Tints of Tyrian Purple #600738

Color information

#600738 (or 0x600738) is unknown color: approx Tyrian Purple. HEX triplet: 60, 07 and 38. RGB value is (96,7,56). Sum of RGB (Red+Green+Blue) = 96+7+56=159 (21% of max value = 765). Red value is 96 (37.89% from 255 or 60.38% from 159); Green value is 7 (3.12% from 255 or 4.40% from 159); Blue value is 56 (22.27% from 255 or 35.22% from 159); Max value from RGB is 96 - color contains mainly: red. Hex color #600738 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600738 is #9FF8C7. Grayscale: #272727. Windows color (decimal): -10483912 or 3671904. OLE color: 3671904.

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

Color convert

RGB96756-
CMYK00.930.420.62
HSL326.97º86.41%20.2%-
HSV(B)326.97º92.71%37.65%-
XYZ5.612.924.01-
YUV39.2137.49168.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 60.38%
GREEN value IS 7 (3.12% from 255) = 4.40%
BLUE value IS 56 (22.27% from 255) = 35.22%
R=60.38%
G=4.40%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9675600.930.420.62326.9786.4120.2
Hex6073805D2A3E1475614
Octal1407700135527650712624
Binary110000011111100001011101101010111110101000111101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600738; }

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

 H1.HeaderClassName
 {
   color: #600738;
 }
 .AnyTagClassName
 {
   color: #600738;
 }
</style>
background-color css

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

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

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

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

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

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