Html Css Color HEX #750252 Tyrian Purple

📋 copy color: '#750252'

red 117 ◦ green 2 ◦ blue 82

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

Shades of Tyrian Purple #750252

Tints of Tyrian Purple #750252

RGB

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

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

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

R = 58.21%
G = 1%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#750252 (or 0x750252) is known color: Tyrian Purple. HEX triplet: 75, 02 and 52. RGB value is (117,2,82). Sum of RGB (Red+Green+Blue) = 117+2+82=201 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.21% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 82 (32.42% from 255 or 40.80% from 201); Max value from RGB is 117 - color contains mainly: red. Hex color #750252 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750252 is #8AFDAD. Grayscale: #2D2D2D. Windows color (decimal): -9108910 or 5374581. OLE color: 5374581.

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

Color convert

RGB 117 2 82 -
CMYK 0 0.98 0.30 0.54
HSL 318.26º 0.97% 0.23% -
HSV(B) 318.26º 0.98% 0.46% -
XYZ 8.88 4.43 8.37 -
YUV 45.51 148.6 179 -
System Red Green Blue C M Y K H S L
Decimal 117 2 82 0 0.98 0.30 0.54 318.26 0.97 0.23
Hex 75 2 52 0 62 1E 36 13E 61 17
Octal 165 2 122 0 142 36 66 476 141 27
Binary 1110101 10 1010010 0 1100010 11110 110110 100111110 1100001 10111

Color Harmonies of #750252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750252

Black with #750252

Text Example


Text Example

White with #750252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750252; }

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

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

background-color css

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

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

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

border-color css

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

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

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