#750238

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

Shades of Tyrian Purple #750238

Tints of Tyrian Purple #750238

Color information

#750238 (or 0x750238) is unknown color: approx Tyrian Purple. HEX triplet: 75, 02 and 38. RGB value is (117,2,56). Sum of RGB (Red+Green+Blue) = 117+2+56=175 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.86% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 56 (22.27% from 255 or 32% from 175); Max value from RGB is 117 - color contains mainly: red. Hex color #750238 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750238 is #8AFDC7. Grayscale: #2A2A2A. Windows color (decimal): -9108936 or 3670645. OLE color: 3670645.

HSL color Cylindrical-coordinate representation of color #750238: hue angle of 331.83º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #750238 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.54.

Color convert

RGB117256-
CMYK00.980.520.54
HSL331.83º96.64%23.33%-
HSV(B)331.83º98.29%45.88%-
XYZ8.074.114.11-
YUV42.54135.6181.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 66.86%
GREEN value IS 2 (1.17% from 255) = 1.14%
BLUE value IS 56 (22.27% from 255) = 32%
R=66.86%
G=1.14%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.52
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11725600.980.520.54331.8396.6423.33
Hex75238062343614c6117
Octal1652700142646651414127
Binary11101011011100001100010110100110110101001100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750238; }

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

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

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

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

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

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

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

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