Html Css Color HEX #750982 Purple

📋 copy color: '#750982'

red 117 ◦ green 9 ◦ blue 130

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

Shades of Purple #750982

Tints of Purple #750982

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.52%

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

R = 45.7%
G = 3.52%
B = 50.78%

CMYK

 C value IS 0.1

 M value IS 0.93

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#750982 (or 0x750982) is known color: Purple. HEX triplet: 75, 09 and 82. RGB value is (117,9,130). Sum of RGB (Red+Green+Blue) = 117+9+130=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 130 (51.17% from 255 or 50.78% from 256); Max value from RGB is 130 - color contains mainly: blue. Hex color #750982 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750982 is #8AF67D. Grayscale: #363636. Windows color (decimal): -9107070 or 8522101. OLE color: 8522101.

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

Color convert

RGB 117 9 130 -
CMYK 0.1 0.93 0 0.49
HSL 293.55º 0.87% 0.27% -
HSV(B) 293.55º 0.93% 0.51% -
XYZ 11.46 5.59 21.59 -
YUV 55.09 170.28 172.16 -
System Red Green Blue C M Y K H S L
Decimal 117 9 130 0.1 0.93 0 0.49 293.55 0.87 0.27
Hex 75 9 82 A 5D 0 31 126 57 1B
Octal 165 11 202 12 135 0 61 446 127 33
Binary 1110101 1001 10000010 1010 1011101 0 110001 100100110 1010111 11011

Color Harmonies of #750982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750982

Black with #750982

Text Example


Text Example

White with #750982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750982; }

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

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

background-color css

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

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

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

border-color css

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

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

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