Html Css Color HEX #750570 Purple

📋 copy color: '#750570'

red 117 ◦ green 5 ◦ blue 112

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

Shades of Purple #750570

Tints of Purple #750570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 47.86%

R = 50%
G = 2.14%
B = 47.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#750570 (or 0x750570) is known color: Purple. HEX triplet: 75, 05 and 70. RGB value is (117,5,112). Sum of RGB (Red+Green+Blue) = 117+5+112=234 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 112 (44.14% from 255 or 47.86% from 234); Max value from RGB is 117 - color contains mainly: red. Hex color #750570 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750570 is #8AFA8F. Grayscale: #323232. Windows color (decimal): -9108112 or 7341429. OLE color: 7341429.

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

Color convert

RGB 117 5 112 -
CMYK 0 0.96 0.04 0.54
HSL 302.68º 0.92% 0.24% -
HSV(B) 302.68º 0.96% 0.46% -
XYZ 10.32 5.06 15.76 -
YUV 50.69 162.61 175.3 -
System Red Green Blue C M Y K H S L
Decimal 117 5 112 0 0.96 0.04 0.54 302.68 0.92 0.24
Hex 75 5 70 0 60 4 36 12F 5C 18
Octal 165 5 160 0 140 4 66 457 134 30
Binary 1110101 101 1110000 0 1100000 100 110110 100101111 1011100 11000

Color Harmonies of #750570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750570

Black with #750570

Text Example


Text Example

White with #750570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750570; }

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

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

background-color css

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

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

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

border-color css

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

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

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