Html Css Color HEX #750470 Purple

📋 copy color: '#750470'

red 117 ◦ green 4 ◦ blue 112

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

Shades of Purple #750470

Tints of Purple #750470

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.72%

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

R = 50.21%
G = 1.72%
B = 48.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#750470 (or 0x750470) is known color: Purple. HEX triplet: 75, 04 and 70. RGB value is (117,4,112). Sum of RGB (Red+Green+Blue) = 117+4+112=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 4 (1.95% from 255 or 1.72% from 233); Blue value is 112 (44.14% from 255 or 48.07% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #750470 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750470 is #8AFB8F. Grayscale: #313131. Windows color (decimal): -9108368 or 7341173. OLE color: 7341173.

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

Color convert

RGB 117 4 112 -
CMYK 0 0.97 0.04 0.54
HSL 302.65º 0.93% 0.24% -
HSV(B) 302.65º 0.97% 0.46% -
XYZ 10.3 5.04 15.76 -
YUV 50.1 162.94 175.72 -
System Red Green Blue C M Y K H S L
Decimal 117 4 112 0 0.97 0.04 0.54 302.65 0.93 0.24
Hex 75 4 70 0 61 4 36 12F 5D 18
Octal 165 4 160 0 141 4 66 457 135 30
Binary 1110101 100 1110000 0 1100001 100 110110 100101111 1011101 11000

Color Harmonies of #750470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750470

Black with #750470

Text Example


Text Example

White with #750470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750470; }

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

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

background-color css

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

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

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

border-color css

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

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

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