Html Css Color HEX #751082 Purple

📋 copy color: '#751082'

red 117 ◦ green 16 ◦ blue 130

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

Shades of Purple #751082

Tints of Purple #751082

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.08%

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

R = 44.49%
G = 6.08%
B = 49.43%

CMYK

 C value IS 0.1

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#751082 (or 0x751082) is known color: Purple. HEX triplet: 75, 10 and 82. RGB value is (117,16,130). Sum of RGB (Red+Green+Blue) = 117+16+130=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 16 (6.64% from 255 or 6.08% from 263); Blue value is 130 (51.17% from 255 or 49.43% from 263); Max value from RGB is 130 - color contains mainly: blue. Hex color #751082 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751082 is #8AEF7D. Grayscale: #3A3A3A. Windows color (decimal): -9105278 or 8523893. OLE color: 8523893.

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

Color convert

RGB 117 16 130 -
CMYK 0.1 0.88 0 0.49
HSL 293.16º 0.78% 0.29% -
HSV(B) 293.16º 0.88% 0.51% -
XYZ 11.55 5.76 21.62 -
YUV 59.2 167.96 169.23 -
System Red Green Blue C M Y K H S L
Decimal 117 16 130 0.1 0.88 0 0.49 293.16 0.78 0.29
Hex 75 10 82 A 58 0 31 125 4E 1D
Octal 165 20 202 12 130 0 61 445 116 35
Binary 1110101 10000 10000010 1010 1011000 0 110001 100100101 1001110 11101

Color Harmonies of #751082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751082

Black with #751082

Text Example


Text Example

White with #751082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751082; }

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

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

background-color css

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

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

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

border-color css

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

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

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