Html Css Color HEX #750083 Purple

📋 copy color: '#750083'

red 117 ◦ green 0 ◦ blue 131

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

Shades of Purple #750083

Tints of Purple #750083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 52.82%

R = 47.18%
G = 0%
B = 52.82%

CMYK

 C value IS 0.11

 M value IS 1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#750083 (or 0x750083) is known color: Purple. HEX triplet: 75, 00 and 83. RGB value is (117,0,131). Sum of RGB (Red+Green+Blue) = 117+0+131=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 131 (51.56% from 255 or 52.82% from 248); Max value from RGB is 131 - color contains mainly: blue. Hex color #750083 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750083 is #8AFF7C. Grayscale: #313131. Windows color (decimal): -9109373 or 8585333. OLE color: 8585333.

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

Color convert

RGB 117 0 131 -
CMYK 0.11 1 0 0.49
HSL 293.59º 1% 0.26% -
HSV(B) 293.59º 1% 0.51% -
XYZ 11.43 5.42 21.92 -
YUV 49.92 173.76 175.85 -
System Red Green Blue C M Y K H S L
Decimal 117 0 131 0.11 1 0 0.49 293.59 1 0.26
Hex 75 0 83 B 64 0 31 126 64 1A
Octal 165 0 203 13 144 0 61 446 144 32
Binary 1110101 0 10000011 1011 1100100 0 110001 100100110 1100100 11010

Color Harmonies of #750083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750083

Black with #750083

Text Example


Text Example

White with #750083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750083; }

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

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

background-color css

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

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

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

border-color css

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

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

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