Html Css Color HEX #75024B Tyrian Purple

📋 copy color: '#75024B'

red 117 ◦ green 2 ◦ blue 75

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

Shades of Tyrian Purple #75024B

Tints of Tyrian Purple #75024B

RGB

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

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

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

R = 60.31%
G = 1.03%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#75024B (or 0x75024B) is known color: Tyrian Purple. HEX triplet: 75, 02 and 4B. RGB value is (117,2,75). Sum of RGB (Red+Green+Blue) = 117+2+75=194 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.31% from 194); Green value is 2 (1.17% from 255 or 1.03% from 194); Blue value is 75 (29.69% from 255 or 38.66% from 194); Max value from RGB is 117 - color contains mainly: red. Hex color #75024B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75024B is #8AFDB4. Grayscale: #2C2C2C. Windows color (decimal): -9108917 or 4915829. OLE color: 4915829.

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

Color convert

RGB 117 2 75 -
CMYK 0 0.98 0.36 0.54
HSL 321.91º 0.97% 0.23% -
HSV(B) 321.91º 0.98% 0.46% -
XYZ 8.63 4.33 7.04 -
YUV 44.71 145.1 179.56 -
System Red Green Blue C M Y K H S L
Decimal 117 2 75 0 0.98 0.36 0.54 321.91 0.97 0.23
Hex 75 2 4B 0 62 24 36 142 61 17
Octal 165 2 113 0 142 44 66 502 141 27
Binary 1110101 10 1001011 0 1100010 100100 110110 101000010 1100001 10111

Color Harmonies of #75024B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75024B

Black with #75024B

Text Example


Text Example

White with #75024B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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