Html Css Color HEX #75025A Tyrian Purple

📋 copy color: '#75025A'

red 117 ◦ green 2 ◦ blue 90

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

Shades of Tyrian Purple #75025A

Tints of Tyrian Purple #75025A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 43.06%

R = 55.98%
G = 0.96%
B = 43.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#75025A (or 0x75025A) is known color: Tyrian Purple. HEX triplet: 75, 02 and 5A. RGB value is (117,2,90). Sum of RGB (Red+Green+Blue) = 117+2+90=209 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.98% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 90 (35.55% from 255 or 43.06% from 209); Max value from RGB is 117 - color contains mainly: red. Hex color #75025A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75025A is #8AFDA5. Grayscale: #2E2E2E. Windows color (decimal): -9108902 or 5898869. OLE color: 5898869.

HSL color Cylindrical-coordinate representation of color #75025A: hue angle of 314.09º 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 #75025A is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 2 90 -
CMYK 0 0.98 0.23 0.54
HSL 314.09º 0.97% 0.23% -
HSV(B) 314.09º 0.98% 0.46% -
XYZ 9.2 4.56 10.07 -
YUV 46.42 152.6 178.34 -
System Red Green Blue C M Y K H S L
Decimal 117 2 90 0 0.98 0.23 0.54 314.09 0.97 0.23
Hex 75 2 5A 0 62 17 36 13A 61 17
Octal 165 2 132 0 142 27 66 472 141 27
Binary 1110101 10 1011010 0 1100010 10111 110110 100111010 1100001 10111

Color Harmonies of #75025A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75025A

Black with #75025A

Text Example


Text Example

White with #75025A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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