Html Css Color HEX #75074B Tyrian Purple

📋 copy color: '#75074B'

red 117 ◦ green 7 ◦ blue 75

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

Shades of Tyrian Purple #75074B

Tints of Tyrian Purple #75074B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.52%

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

R = 58.79%
G = 3.52%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#75074B (or 0x75074B) is known color: Tyrian Purple. HEX triplet: 75, 07 and 4B. RGB value is (117,7,75). Sum of RGB (Red+Green+Blue) = 117+7+75=199 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.79% from 199); Green value is 7 (3.12% from 255 or 3.52% from 199); Blue value is 75 (29.69% from 255 or 37.69% from 199); Max value from RGB is 117 - color contains mainly: red. Hex color #75074B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75074B is #8AF8B4. Grayscale: #2F2F2F. Windows color (decimal): -9107637 or 4917109. OLE color: 4917109.

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

Color convert

RGB 117 7 75 -
CMYK 0 0.94 0.36 0.54
HSL 322.91º 0.89% 0.24% -
HSV(B) 322.91º 0.94% 0.46% -
XYZ 8.68 4.44 7.06 -
YUV 47.64 143.44 177.47 -
System Red Green Blue C M Y K H S L
Decimal 117 7 75 0 0.94 0.36 0.54 322.91 0.89 0.24
Hex 75 7 4B 0 5E 24 36 143 59 18
Octal 165 7 113 0 136 44 66 503 131 30
Binary 1110101 111 1001011 0 1011110 100100 110110 101000011 1011001 11000

Color Harmonies of #75074B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75074B

Black with #75074B

Text Example


Text Example

White with #75074B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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