#750255

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

Shades of Tyrian Purple #750255

Tints of Tyrian Purple #750255

Color information

#750255 (or 0x750255) is unknown color: approx Tyrian Purple. HEX triplet: 75, 02 and 55. RGB value is (117,2,85). Sum of RGB (Red+Green+Blue) = 117+2+85=204 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.35% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 85 (33.59% from 255 or 41.67% from 204); Max value from RGB is 117 - color contains mainly: red. Hex color #750255 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750255 is #8AFDAA. Grayscale: #2D2D2D. Windows color (decimal): -9108907 or 5571189. OLE color: 5571189.

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

Color convert

RGB117285-
CMYK00.980.270.54
HSL316.7º96.64%23.33%-
HSV(B)316.7º98.29%45.88%-
XYZ94.488.99-
YUV45.85150.1178.75-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.35%
GREEN value IS 2 (1.17% from 255) = 0.98%
BLUE value IS 85 (33.59% from 255) = 41.67%
R=57.35%
G=0.98%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11728500.980.270.54316.796.6423.33
Hex752550621B3613d6117
Octal16521250142336647514127
Binary11101011010101010110001011011110110100111101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750255; }

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

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

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

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

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

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

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

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