Html Css Color HEX #75045B Tyrian Purple

📋 copy color: '#75045B'

red 117 ◦ green 4 ◦ blue 91

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

Shades of Tyrian Purple #75045B

Tints of Tyrian Purple #75045B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.89%

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

R = 55.19%
G = 1.89%
B = 42.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#75045B (or 0x75045B) is known color: Tyrian Purple. HEX triplet: 75, 04 and 5B. RGB value is (117,4,91). Sum of RGB (Red+Green+Blue) = 117+4+91=212 (28% of max value = 765). Red value is 117 (46.09% from 255 or 55.19% from 212); Green value is 4 (1.95% from 255 or 1.89% from 212); Blue value is 91 (35.94% from 255 or 42.92% from 212); Max value from RGB is 117 - color contains mainly: red. Hex color #75045B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75045B is #8AFBA4. Grayscale: #2F2F2F. Windows color (decimal): -9108389 or 5964917. OLE color: 5964917.

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

Color convert

RGB 117 4 91 -
CMYK 0 0.97 0.22 0.54
HSL 313.81º 0.93% 0.24% -
HSV(B) 313.81º 0.97% 0.46% -
XYZ 9.27 4.62 10.3 -
YUV 47.71 152.44 177.43 -
System Red Green Blue C M Y K H S L
Decimal 117 4 91 0 0.97 0.22 0.54 313.81 0.93 0.24
Hex 75 4 5B 0 61 16 36 13A 5D 18
Octal 165 4 133 0 141 26 66 472 135 30
Binary 1110101 100 1011011 0 1100001 10110 110110 100111010 1011101 11000

Color Harmonies of #75045B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75045B

Black with #75045B

Text Example


Text Example

White with #75045B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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