Html Css Color HEX #751981 Purple

📋 copy color: '#751981'

red 117 ◦ green 25 ◦ blue 129

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

Shades of Purple #751981

Tints of Purple #751981

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.23%

 BLUE value IS 129 (50.78% from 255) = 47.6%

R = 43.17%
G = 9.23%
B = 47.6%

CMYK

 C value IS 0.09

 M value IS 0.81

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#751981 (or 0x751981) is known color: Purple. HEX triplet: 75, 19 and 81. RGB value is (117,25,129). Sum of RGB (Red+Green+Blue) = 117+25+129=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 25 (10.16% from 255 or 9.23% from 271); Blue value is 129 (50.78% from 255 or 47.60% from 271); Max value from RGB is 129 - color contains mainly: blue. Hex color #751981 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751981 is #8AE67E. Grayscale: #404040. Windows color (decimal): -9102975 or 8460661. OLE color: 8460661.

HSL color Cylindrical-coordinate representation of color #751981: hue angle of 293.08º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #751981 is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 25 129 -
CMYK 0.09 0.81 0 0.49
HSL 293.08º 0.68% 0.3% -
HSV(B) 293.08º 0.81% 0.51% -
XYZ 11.65 6.06 21.33 -
YUV 64.36 164.48 165.54 -
System Red Green Blue C M Y K H S L
Decimal 117 25 129 0.09 0.81 0 0.49 293.08 0.68 0.3
Hex 75 19 81 9 51 0 31 125 44 1E
Octal 165 31 201 11 121 0 61 445 104 36
Binary 1110101 11001 10000001 1001 1010001 0 110001 100100101 1000100 11110

Color Harmonies of #751981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751981

Black with #751981

Text Example


Text Example

White with #751981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751981; }

 p { color: rgb(117,25,129); }

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

background-color css

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

 a { background-color: rgb(117,25,129); }

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

border-color css

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

 span { border-color: rgb(117,25,129); }

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