Html Css Color HEX #750552 Tyrian Purple

📋 copy color: '#750552'

red 117 ◦ green 5 ◦ blue 82

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

Shades of Tyrian Purple #750552

Tints of Tyrian Purple #750552

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.45%

 BLUE value IS 82 (32.42% from 255) = 40.2%

R = 57.35%
G = 2.45%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#750552 (or 0x750552) is known color: Tyrian Purple. HEX triplet: 75, 05 and 52. RGB value is (117,5,82). Sum of RGB (Red+Green+Blue) = 117+5+82=204 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.35% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 82 (32.42% from 255 or 40.20% from 204); Max value from RGB is 117 - color contains mainly: red. Hex color #750552 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750552 is #8AFAAD. Grayscale: #2F2F2F. Windows color (decimal): -9108142 or 5375349. OLE color: 5375349.

HSL color Cylindrical-coordinate representation of color #750552: hue angle of 318.75º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #750552 is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 5 82 -
CMYK 0 0.96 0.30 0.54
HSL 318.75º 0.92% 0.24% -
HSV(B) 318.75º 0.96% 0.46% -
XYZ 8.91 4.5 8.38 -
YUV 47.27 147.61 177.74 -
System Red Green Blue C M Y K H S L
Decimal 117 5 82 0 0.96 0.30 0.54 318.75 0.92 0.24
Hex 75 5 52 0 60 1E 36 13F 5C 18
Octal 165 5 122 0 140 36 66 477 134 30
Binary 1110101 101 1010010 0 1100000 11110 110110 100111111 1011100 11000

Color Harmonies of #750552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750552

Black with #750552

Text Example


Text Example

White with #750552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750552; }

 p { color: rgb(117,5,82); }

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

background-color css

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

 a { background-color: rgb(117,5,82); }

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

border-color css

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

 span { border-color: rgb(117,5,82); }

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