Html Css Color HEX #75054B Tyrian Purple

📋 copy color: '#75054B'

red 117 ◦ green 5 ◦ blue 75

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

Shades of Tyrian Purple #75054B

Tints of Tyrian Purple #75054B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.54%

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

R = 59.39%
G = 2.54%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#75054B (or 0x75054B) is known color: Tyrian Purple. HEX triplet: 75, 05 and 4B. RGB value is (117,5,75). Sum of RGB (Red+Green+Blue) = 117+5+75=197 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.39% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 75 (29.69% from 255 or 38.07% from 197); Max value from RGB is 117 - color contains mainly: red. Hex color #75054B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75054B is #8AFAB4. Grayscale: #2E2E2E. Windows color (decimal): -9108149 or 4916597. OLE color: 4916597.

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

Color convert

RGB 117 5 75 -
CMYK 0 0.96 0.36 0.54
HSL 322.5º 0.92% 0.24% -
HSV(B) 322.5º 0.96% 0.46% -
XYZ 8.66 4.4 7.05 -
YUV 46.47 144.11 178.31 -
System Red Green Blue C M Y K H S L
Decimal 117 5 75 0 0.96 0.36 0.54 322.5 0.92 0.24
Hex 75 5 4B 0 60 24 36 142 5C 18
Octal 165 5 113 0 140 44 66 502 134 30
Binary 1110101 101 1001011 0 1100000 100100 110110 101000010 1011100 11000

Color Harmonies of #75054B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75054B

Black with #75054B

Text Example


Text Example

White with #75054B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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