Html Css Color HEX #750085 Purple

📋 copy color: '#750085'

red 117 ◦ green 0 ◦ blue 133

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

Shades of Purple #750085

Tints of Purple #750085

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 46.8%
G = 0%
B = 53.2%

CMYK

 C value IS 0.12

 M value IS 1

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#750085 (or 0x750085) is known color: Purple. HEX triplet: 75, 00 and 85. RGB value is (117,0,133). Sum of RGB (Red+Green+Blue) = 117+0+133=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 133 (52.34% from 255 or 53.2% from 250); Max value from RGB is 133 - color contains mainly: blue. Hex color #750085 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750085 is #8AFF7A. Grayscale: #313131. Windows color (decimal): -9109371 or 8716405. OLE color: 8716405.

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

Color convert

RGB 117 0 133 -
CMYK 0.12 1 0 0.48
HSL 292.78º 1% 0.26% -
HSV(B) 292.78º 1% 0.52% -
XYZ 11.57 5.48 22.64 -
YUV 50.15 174.76 175.69 -
System Red Green Blue C M Y K H S L
Decimal 117 0 133 0.12 1 0 0.48 292.78 1 0.26
Hex 75 0 85 C 64 0 30 125 64 1A
Octal 165 0 205 14 144 0 60 445 144 32
Binary 1110101 0 10000101 1100 1100100 0 110000 100100101 1100100 11010

Color Harmonies of #750085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750085

Black with #750085

Text Example


Text Example

White with #750085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750085; }

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

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

background-color css

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

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

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

border-color css

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

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

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