Html Css Color HEX #750464 Purple

📋 copy color: '#750464'

red 117 ◦ green 4 ◦ blue 100

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

Shades of Purple #750464

Tints of Purple #750464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 45.25%

R = 52.94%
G = 1.81%
B = 45.25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#750464 (or 0x750464) is known color: Purple. HEX triplet: 75, 04 and 64. RGB value is (117,4,100). Sum of RGB (Red+Green+Blue) = 117+4+100=221 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.94% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 100 (39.45% from 255 or 45.25% from 221); Max value from RGB is 117 - color contains mainly: red. Hex color #750464 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750464 is #8AFB9B. Grayscale: #303030. Windows color (decimal): -9108380 or 6554741. OLE color: 6554741.

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

Color convert

RGB 117 4 100 -
CMYK 0 0.97 0.15 0.54
HSL 309.03º 0.93% 0.24% -
HSV(B) 309.03º 0.97% 0.46% -
XYZ 9.68 4.79 12.47 -
YUV 48.73 156.94 176.69 -
System Red Green Blue C M Y K H S L
Decimal 117 4 100 0 0.97 0.15 0.54 309.03 0.93 0.24
Hex 75 4 64 0 61 F 36 135 5D 18
Octal 165 4 144 0 141 17 66 465 135 30
Binary 1110101 100 1100100 0 1100001 1111 110110 100110101 1011101 11000

Color Harmonies of #750464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750464

Black with #750464

Text Example


Text Example

White with #750464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750464; }

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

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

background-color css

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

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

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

border-color css

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

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

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