Html Css Color HEX #750883 Purple

📋 copy color: '#750883'

red 117 ◦ green 8 ◦ blue 131

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

Shades of Purple #750883

Tints of Purple #750883

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.13%

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

R = 45.7%
G = 3.13%
B = 51.17%

CMYK

 C value IS 0.11

 M value IS 0.94

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#750883 (or 0x750883) is known color: Purple. HEX triplet: 75, 08 and 83. RGB value is (117,8,131). Sum of RGB (Red+Green+Blue) = 117+8+131=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 131 (51.56% from 255 or 51.17% from 256); Max value from RGB is 131 - color contains mainly: blue. Hex color #750883 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750883 is #8AF77C. Grayscale: #363636. Windows color (decimal): -9107325 or 8587381. OLE color: 8587381.

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

Color convert

RGB 117 8 131 -
CMYK 0.11 0.94 0 0.49
HSL 293.17º 0.88% 0.27% -
HSV(B) 293.17º 0.94% 0.51% -
XYZ 11.52 5.59 21.95 -
YUV 54.61 171.11 172.5 -
System Red Green Blue C M Y K H S L
Decimal 117 8 131 0.11 0.94 0 0.49 293.17 0.88 0.27
Hex 75 8 83 B 5E 0 31 125 58 1B
Octal 165 10 203 13 136 0 61 445 130 33
Binary 1110101 1000 10000011 1011 1011110 0 110001 100100101 1011000 11011

Color Harmonies of #750883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750883

Black with #750883

Text Example


Text Example

White with #750883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750883; }

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

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

background-color css

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

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

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

border-color css

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

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

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