#750633

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

Shades of Tyrian Purple #750633

Tints of Tyrian Purple #750633

Color information

#750633 (or 0x750633) is unknown color: approx Tyrian Purple. HEX triplet: 75, 06 and 33. RGB value is (117,6,51). Sum of RGB (Red+Green+Blue) = 117+6+51=174 (23% of max value = 765). Red value is 117 (46.09% from 255 or 67.24% from 174); Green value is 6 (2.73% from 255 or 3.45% from 174); Blue value is 51 (20.31% from 255 or 29.31% from 174); Max value from RGB is 117 - color contains mainly: red. Hex color #750633 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750633 is #8AF9CC. Grayscale: #2C2C2C. Windows color (decimal): -9107917 or 3343989. OLE color: 3343989.

HSL color Cylindrical-coordinate representation of color #750633: hue angle of 335.68º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #750633 is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB117651-
CMYK00.950.560.54
HSL335.68º90.24%24.12%-
HSV(B)335.68º94.87%45.88%-
XYZ84.153.51-
YUV44.32131.77179.84-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 67.24%
GREEN value IS 6 (2.73% from 255) = 3.45%
BLUE value IS 51 (20.31% from 255) = 29.31%
R=67.24%
G=3.45%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11765100.950.560.54335.6890.2424.12
Hex7563305F38361505a18
Octal1656630137706652013230
Binary111010111011001101011111111000110110101010000101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750633; }

 p { color: rgb(117,6,51); }

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

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

 a { background-color: rgb(117,6,51); }

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

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

 span { border-color: rgb(117,6,51); }

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