Html Css Color HEX #75004B Tyrian Purple

📋 copy color: '#75004B'

red 117 ◦ green 0 ◦ blue 75

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

Shades of Tyrian Purple #75004B

Tints of Tyrian Purple #75004B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 39.06%

R = 60.94%
G = 0%
B = 39.06%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#75004B (or 0x75004B) is known color: Tyrian Purple. HEX triplet: 75, 00 and 4B. RGB value is (117,0,75). Sum of RGB (Red+Green+Blue) = 117+0+75=192 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.94% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 75 (29.69% from 255 or 39.06% from 192); Max value from RGB is 117 - color contains mainly: red. Hex color #75004B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75004B is #8AFFB4. Grayscale: #2B2B2B. Windows color (decimal): -9109429 or 4915317. OLE color: 4915317.

HSL color Cylindrical-coordinate representation of color #75004B: hue angle of 321.54º 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 #75004B is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 0 75 -
CMYK 0 1 0.36 0.54
HSL 321.54º 1% 0.23% -
HSV(B) 321.54º 1% 0.46% -
XYZ 8.61 4.29 7.03 -
YUV 43.53 145.76 180.4 -
System Red Green Blue C M Y K H S L
Decimal 117 0 75 0 1 0.36 0.54 321.54 1 0.23
Hex 75 0 4B 0 64 24 36 142 64 17
Octal 165 0 113 0 144 44 66 502 144 27
Binary 1110101 0 1001011 0 1100100 100100 110110 101000010 1100100 10111

Color Harmonies of #75004B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75004B

Black with #75004B

Text Example


Text Example

White with #75004B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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