Html Css Color HEX #750785 Purple

📋 copy color: '#750785'

red 117 ◦ green 7 ◦ blue 133

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

Shades of Purple #750785

Tints of Purple #750785

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.72%

 BLUE value IS 133 (52.34% from 255) = 51.75%

R = 45.53%
G = 2.72%
B = 51.75%

CMYK

 C value IS 0.12

 M value IS 0.95

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#750785 (or 0x750785) is known color: Purple. HEX triplet: 75, 07 and 85. RGB value is (117,7,133). Sum of RGB (Red+Green+Blue) = 117+7+133=257 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.53% from 257); Green value is 7 (3.12% from 255 or 2.72% from 257); Blue value is 133 (52.34% from 255 or 51.75% from 257); Max value from RGB is 133 - color contains mainly: blue. Hex color #750785 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750785 is #8AF87A. Grayscale: #353535. Windows color (decimal): -9107579 or 8718197. OLE color: 8718197.

HSL color Cylindrical-coordinate representation of color #750785: hue angle of 292.38º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #750785 is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 117 7 133 -
CMYK 0.12 0.95 0 0.48
HSL 292.38º 0.9% 0.27% -
HSV(B) 292.38º 0.95% 0.52% -
XYZ 11.65 5.63 22.66 -
YUV 54.25 172.44 172.75 -
System Red Green Blue C M Y K H S L
Decimal 117 7 133 0.12 0.95 0 0.48 292.38 0.9 0.27
Hex 75 7 85 C 5F 0 30 124 5A 1B
Octal 165 7 205 14 137 0 60 444 132 33
Binary 1110101 111 10000101 1100 1011111 0 110000 100100100 1011010 11011

Color Harmonies of #750785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750785

Black with #750785

Text Example


Text Example

White with #750785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750785; }

 p { color: rgb(117,7,133); }

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

background-color css

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

 a { background-color: rgb(117,7,133); }

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

border-color css

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

 span { border-color: rgb(117,7,133); }

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