Html Css Color HEX #75005B Tyrian Purple

📋 copy color: '#75005B'

red 117 ◦ green 0 ◦ blue 91

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

Shades of Tyrian Purple #75005B

Tints of Tyrian Purple #75005B

RGB

 RED value IS 117 (46.09% from 255) = 56.25%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 91 (35.94% from 255) = 43.75%

R = 56.25%
G = 0%
B = 43.75%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#75005B (or 0x75005B) is known color: Tyrian Purple. HEX triplet: 75, 00 and 5B. RGB value is (117,0,91). Sum of RGB (Red+Green+Blue) = 117+0+91=208 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.25% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 91 (35.94% from 255 or 43.75% from 208); Max value from RGB is 117 - color contains mainly: red. Hex color #75005B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75005B is #8AFFA4. Grayscale: #2D2D2D. Windows color (decimal): -9109413 or 5963893. OLE color: 5963893.

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

Color convert

RGB 117 0 91 -
CMYK 0 1 0.22 0.54
HSL 313.33º 1% 0.23% -
HSV(B) 313.33º 1% 0.46% -
XYZ 9.22 4.54 10.29 -
YUV 45.36 153.76 179.1 -
System Red Green Blue C M Y K H S L
Decimal 117 0 91 0 1 0.22 0.54 313.33 1 0.23
Hex 75 0 5B 0 64 16 36 139 64 17
Octal 165 0 133 0 144 26 66 471 144 27
Binary 1110101 0 1011011 0 1100100 10110 110110 100111001 1100100 10111

Color Harmonies of #75005B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75005B

Black with #75005B

Text Example


Text Example

White with #75005B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75005B; }

 p { color: rgb(117,0,91); }

 H1.HeaderClassName
 {
   color: #75005B;
 }
 .AnyTagClassName
 {
   color: #75005B;
 }
</style>

background-color css

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

 a { background-color: rgb(117,0,91); }

 div.DivClassName
 {
   background-color: #75005B;
 }
 .BgClassName
 {
   background-color: #75005B;
 }
</style>

border-color css

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

 span { border-color: rgb(117,0,91); }

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