Html Css Color HEX #750582 Purple

📋 copy color: '#750582'

red 117 ◦ green 5 ◦ blue 130

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

Shades of Purple #750582

Tints of Purple #750582

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.98%

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

R = 46.43%
G = 1.98%
B = 51.59%

CMYK

 C value IS 0.1

 M value IS 0.96

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#750582 (or 0x750582) is known color: Purple. HEX triplet: 75, 05 and 82. RGB value is (117,5,130). Sum of RGB (Red+Green+Blue) = 117+5+130=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 5 (2.34% from 255 or 1.98% from 252); Blue value is 130 (51.17% from 255 or 51.59% from 252); Max value from RGB is 130 - color contains mainly: blue. Hex color #750582 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750582 is #8AFA7D. Grayscale: #343434. Windows color (decimal): -9108094 or 8521077. OLE color: 8521077.

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

Color convert

RGB 117 5 130 -
CMYK 0.1 0.96 0 0.49
HSL 293.76º 0.93% 0.26% -
HSV(B) 293.76º 0.96% 0.51% -
XYZ 11.42 5.5 21.58 -
YUV 52.74 171.61 173.84 -
System Red Green Blue C M Y K H S L
Decimal 117 5 130 0.1 0.96 0 0.49 293.76 0.93 0.26
Hex 75 5 82 A 60 0 31 126 5D 1A
Octal 165 5 202 12 140 0 61 446 135 32
Binary 1110101 101 10000010 1010 1100000 0 110001 100100110 1011101 11010

Color Harmonies of #750582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750582

Black with #750582

Text Example


Text Example

White with #750582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750582; }

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

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

background-color css

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

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

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

border-color css

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

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

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