Html Css Color HEX #75025B Tyrian Purple

📋 copy color: '#75025B'

red 117 ◦ green 2 ◦ blue 91

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

Shades of Tyrian Purple #75025B

Tints of Tyrian Purple #75025B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.95%

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

R = 55.71%
G = 0.95%
B = 43.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#75025B (or 0x75025B) is known color: Tyrian Purple. HEX triplet: 75, 02 and 5B. RGB value is (117,2,91). Sum of RGB (Red+Green+Blue) = 117+2+91=210 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.71% from 210); Green value is 2 (1.17% from 255 or 0.95% from 210); Blue value is 91 (35.94% from 255 or 43.33% from 210); Max value from RGB is 117 - color contains mainly: red. Hex color #75025B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75025B is #8AFDA4. Grayscale: #2E2E2E. Windows color (decimal): -9108901 or 5964405. OLE color: 5964405.

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

Color convert

RGB 117 2 91 -
CMYK 0 0.98 0.22 0.54
HSL 313.57º 0.97% 0.23% -
HSV(B) 313.57º 0.98% 0.46% -
XYZ 9.25 4.58 10.29 -
YUV 46.53 153.1 178.26 -
System Red Green Blue C M Y K H S L
Decimal 117 2 91 0 0.98 0.22 0.54 313.57 0.97 0.23
Hex 75 2 5B 0 62 16 36 13A 61 17
Octal 165 2 133 0 142 26 66 472 141 27
Binary 1110101 10 1011011 0 1100010 10110 110110 100111010 1100001 10111

Color Harmonies of #75025B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75025B

Black with #75025B

Text Example


Text Example

White with #75025B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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