Html Css Color HEX #750852 Tyrian Purple

📋 copy color: '#750852'

red 117 ◦ green 8 ◦ blue 82

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

Shades of Tyrian Purple #750852

Tints of Tyrian Purple #750852

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.86%

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

R = 56.52%
G = 3.86%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#750852 (or 0x750852) is known color: Tyrian Purple. HEX triplet: 75, 08 and 52. RGB value is (117,8,82). Sum of RGB (Red+Green+Blue) = 117+8+82=207 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.52% from 207); Green value is 8 (3.52% from 255 or 3.86% from 207); Blue value is 82 (32.42% from 255 or 39.61% from 207); Max value from RGB is 117 - color contains mainly: red. Hex color #750852 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750852 is #8AF7AD. Grayscale: #303030. Windows color (decimal): -9107374 or 5376117. OLE color: 5376117.

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

Color convert

RGB 117 8 82 -
CMYK 0 0.93 0.30 0.54
HSL 319.27º 0.87% 0.25% -
HSV(B) 319.27º 0.93% 0.46% -
XYZ 8.95 4.56 8.39 -
YUV 49.03 146.61 176.48 -
System Red Green Blue C M Y K H S L
Decimal 117 8 82 0 0.93 0.30 0.54 319.27 0.87 0.25
Hex 75 8 52 0 5D 1E 36 13F 57 19
Octal 165 10 122 0 135 36 66 477 127 31
Binary 1110101 1000 1010010 0 1011101 11110 110110 100111111 1010111 11001

Color Harmonies of #750852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750852

Black with #750852

Text Example


Text Example

White with #750852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750852; }

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

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

background-color css

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

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

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

border-color css

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

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

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