Html Css Color HEX #75014B Tyrian Purple

📋 copy color: '#75014B'

red 117 ◦ green 1 ◦ blue 75

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

Shades of Tyrian Purple #75014B

Tints of Tyrian Purple #75014B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.52%

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

R = 60.62%
G = 0.52%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#75014B (or 0x75014B) is known color: Tyrian Purple. HEX triplet: 75, 01 and 4B. RGB value is (117,1,75). Sum of RGB (Red+Green+Blue) = 117+1+75=193 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.62% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 75 (29.69% from 255 or 38.86% from 193); Max value from RGB is 117 - color contains mainly: red. Hex color #75014B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75014B is #8AFEB4. Grayscale: #2B2B2B. Windows color (decimal): -9109173 or 4915573. OLE color: 4915573.

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

Color convert

RGB 117 1 75 -
CMYK 0 0.99 0.36 0.54
HSL 321.72º 0.98% 0.23% -
HSV(B) 321.72º 0.99% 0.46% -
XYZ 8.62 4.31 7.03 -
YUV 44.12 145.43 179.98 -
System Red Green Blue C M Y K H S L
Decimal 117 1 75 0 0.99 0.36 0.54 321.72 0.98 0.23
Hex 75 1 4B 0 63 24 36 142 62 17
Octal 165 1 113 0 143 44 66 502 142 27
Binary 1110101 1 1001011 0 1100011 100100 110110 101000010 1100010 10111

Color Harmonies of #75014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75014B

Black with #75014B

Text Example


Text Example

White with #75014B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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