Html Css Color HEX #750752 Tyrian Purple

📋 copy color: '#750752'

red 117 ◦ green 7 ◦ blue 82

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

Shades of Tyrian Purple #750752

Tints of Tyrian Purple #750752

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.4%

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

R = 56.8%
G = 3.4%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#750752 (or 0x750752) is known color: Tyrian Purple. HEX triplet: 75, 07 and 52. RGB value is (117,7,82). Sum of RGB (Red+Green+Blue) = 117+7+82=206 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.80% from 206); Green value is 7 (3.12% from 255 or 3.40% from 206); Blue value is 82 (32.42% from 255 or 39.81% from 206); Max value from RGB is 117 - color contains mainly: red. Hex color #750752 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750752 is #8AF8AD. Grayscale: #303030. Windows color (decimal): -9107630 or 5375861. OLE color: 5375861.

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

Color convert

RGB 117 7 82 -
CMYK 0 0.94 0.30 0.54
HSL 319.09º 0.89% 0.24% -
HSV(B) 319.09º 0.94% 0.46% -
XYZ 8.94 4.54 8.39 -
YUV 48.44 146.94 176.9 -
System Red Green Blue C M Y K H S L
Decimal 117 7 82 0 0.94 0.30 0.54 319.09 0.89 0.24
Hex 75 7 52 0 5E 1E 36 13F 59 18
Octal 165 7 122 0 136 36 66 477 131 30
Binary 1110101 111 1010010 0 1011110 11110 110110 100111111 1011001 11000

Color Harmonies of #750752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750752

Black with #750752

Text Example


Text Example

White with #750752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750752; }

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

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

background-color css

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

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

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

border-color css

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

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

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