Html Css Color HEX #75015B Tyrian Purple

📋 copy color: '#75015B'

red 117 ◦ green 1 ◦ blue 91

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

Shades of Tyrian Purple #75015B

Tints of Tyrian Purple #75015B

RGB

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

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

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

R = 55.98%
G = 0.48%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#75015B (or 0x75015B) is known color: Tyrian Purple. HEX triplet: 75, 01 and 5B. RGB value is (117,1,91). Sum of RGB (Red+Green+Blue) = 117+1+91=209 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.98% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 91 (35.94% from 255 or 43.54% from 209); Max value from RGB is 117 - color contains mainly: red. Hex color #75015B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75015B is #8AFEA4. Grayscale: #2D2D2D. Windows color (decimal): -9109157 or 5964149. OLE color: 5964149.

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

Color convert

RGB 117 1 91 -
CMYK 0 0.99 0.22 0.54
HSL 313.45º 0.98% 0.23% -
HSV(B) 313.45º 0.99% 0.46% -
XYZ 9.24 4.56 10.29 -
YUV 45.94 153.43 178.68 -
System Red Green Blue C M Y K H S L
Decimal 117 1 91 0 0.99 0.22 0.54 313.45 0.98 0.23
Hex 75 1 5B 0 63 16 36 139 62 17
Octal 165 1 133 0 143 26 66 471 142 27
Binary 1110101 1 1011011 0 1100011 10110 110110 100111001 1100010 10111

Color Harmonies of #75015B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75015B

Black with #75015B

Text Example


Text Example

White with #75015B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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