Html Css Color HEX #750255 Tyrian Purple

📋 copy color: '#750255'

red 117 ◦ green 2 ◦ blue 85

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

Shades of Tyrian Purple #750255

Tints of Tyrian Purple #750255

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 value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#750255 (or 0x750255) is known color: 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

RGB 117 2 85 -
CMYK 0 0.98 0.27 0.54
HSL 316.7º 0.97% 0.23% -
HSV(B) 316.7º 0.98% 0.46% -
XYZ 9 4.48 8.99 -
YUV 45.85 150.1 178.75 -
System Red Green Blue C M Y K H S L
Decimal 117 2 85 0 0.98 0.27 0.54 316.7 0.97 0.23
Hex 75 2 55 0 62 1B 36 13D 61 17
Octal 165 2 125 0 142 33 66 475 141 27
Binary 1110101 10 1010101 0 1100010 11011 110110 100111101 1100001 10111

Color Harmonies of #750255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750255

Black with #750255

Text Example


Text Example

White with #750255

Text Example


Text Example

HTML Codes & Css Web 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>