Html Css Color HEX #750882 Purple

📋 copy color: '#750882'

red 117 ◦ green 8 ◦ blue 130

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

Shades of Purple #750882

Tints of Purple #750882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 50.98%

R = 45.88%
G = 3.14%
B = 50.98%

CMYK

 C value IS 0.1

 M value IS 0.94

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#750882 (or 0x750882) is known color: Purple. HEX triplet: 75, 08 and 82. RGB value is (117,8,130). Sum of RGB (Red+Green+Blue) = 117+8+130=255 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.88% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 130 (51.17% from 255 or 50.98% from 255); Max value from RGB is 130 - color contains mainly: blue. Hex color #750882 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750882 is #8AF77D. Grayscale: #363636. Windows color (decimal): -9107326 or 8521845. OLE color: 8521845.

HSL color Cylindrical-coordinate representation of color #750882: hue angle of 293.61º 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 #750882 is Cyan = 0.1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 8 130 -
CMYK 0.1 0.94 0 0.49
HSL 293.61º 0.88% 0.27% -
HSV(B) 293.61º 0.94% 0.51% -
XYZ 11.45 5.57 21.59 -
YUV 54.5 170.61 172.58 -
System Red Green Blue C M Y K H S L
Decimal 117 8 130 0.1 0.94 0 0.49 293.61 0.88 0.27
Hex 75 8 82 A 5E 0 31 126 58 1B
Octal 165 10 202 12 136 0 61 446 130 33
Binary 1110101 1000 10000010 1010 1011110 0 110001 100100110 1011000 11011

Color Harmonies of #750882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750882

Black with #750882

Text Example


Text Example

White with #750882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750882; }

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

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

background-color css

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

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

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

border-color css

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

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

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