Html Css Color HEX #751083 Purple

📋 copy color: '#751083'

red 117 ◦ green 16 ◦ blue 131

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

Shades of Purple #751083

Tints of Purple #751083

RGB

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

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

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

R = 44.32%
G = 6.06%
B = 49.62%

CMYK

 C value IS 0.11

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#751083 (or 0x751083) is known color: Purple. HEX triplet: 75, 10 and 83. RGB value is (117,16,131). Sum of RGB (Red+Green+Blue) = 117+16+131=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 16 (6.64% from 255 or 6.06% from 264); Blue value is 131 (51.56% from 255 or 49.62% from 264); Max value from RGB is 131 - color contains mainly: blue. Hex color #751083 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751083 is #8AEF7C. Grayscale: #3A3A3A. Windows color (decimal): -9105277 or 8589429. OLE color: 8589429.

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

Color convert

RGB 117 16 131 -
CMYK 0.11 0.88 0 0.49
HSL 292.7º 0.78% 0.29% -
HSV(B) 292.7º 0.88% 0.51% -
XYZ 11.62 5.79 21.98 -
YUV 59.31 168.46 169.15 -
System Red Green Blue C M Y K H S L
Decimal 117 16 131 0.11 0.88 0 0.49 292.7 0.78 0.29
Hex 75 10 83 B 58 0 31 125 4E 1D
Octal 165 20 203 13 130 0 61 445 116 35
Binary 1110101 10000 10000011 1011 1011000 0 110001 100100101 1001110 11101

Color Harmonies of #751083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751083

Black with #751083

Text Example


Text Example

White with #751083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751083; }

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

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

background-color css

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

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

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

border-color css

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

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

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