Html Css Color HEX #750685 Purple

📋 copy color: '#750685'

red 117 ◦ green 6 ◦ blue 133

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

Shades of Purple #750685

Tints of Purple #750685

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.34%

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

R = 45.7%
G = 2.34%
B = 51.95%

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

#750685 (or 0x750685) is known color: Purple. HEX triplet: 75, 06 and 85. RGB value is (117,6,133). Sum of RGB (Red+Green+Blue) = 117+6+133=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 133 (52.34% from 255 or 51.95% from 256); Max value from RGB is 133 - color contains mainly: blue. Hex color #750685 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750685 is #8AF97A. Grayscale: #353535. Windows color (decimal): -9107835 or 8717941. OLE color: 8717941.

HSL color Cylindrical-coordinate representation of color #750685: hue angle of 292.44º degrees, saturation: 0.91, 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 #750685 is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 117 6 133 -
CMYK 0.12 0.95 0 0.48
HSL 292.44º 0.91% 0.27% -
HSV(B) 292.44º 0.95% 0.52% -
XYZ 11.63 5.61 22.66 -
YUV 53.67 172.77 173.17 -
System Red Green Blue C M Y K H S L
Decimal 117 6 133 0.12 0.95 0 0.48 292.44 0.91 0.27
Hex 75 6 85 C 5F 0 30 124 5B 1B
Octal 165 6 205 14 137 0 60 444 133 33
Binary 1110101 110 10000101 1100 1011111 0 110000 100100100 1011011 11011

Color Harmonies of #750685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750685

Black with #750685

Text Example


Text Example

White with #750685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750685; }

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

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

background-color css

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

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

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

border-color css

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

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

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