Html Css Color HEX #751781 Purple

📋 copy color: '#751781'

red 117 ◦ green 23 ◦ blue 129

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

Shades of Purple #751781

Tints of Purple #751781

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.55%

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

R = 43.49%
G = 8.55%
B = 47.96%

CMYK

 C value IS 0.09

 M value IS 0.82

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#751781 (or 0x751781) is known color: Purple. HEX triplet: 75, 17 and 81. RGB value is (117,23,129). Sum of RGB (Red+Green+Blue) = 117+23+129=269 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.49% from 269); Green value is 23 (9.38% from 255 or 8.55% from 269); Blue value is 129 (50.78% from 255 or 47.96% from 269); Max value from RGB is 129 - color contains mainly: blue. Hex color #751781 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751781 is #8AE87E. Grayscale: #3E3E3E. Windows color (decimal): -9103487 or 8460149. OLE color: 8460149.

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

Color convert

RGB 117 23 129 -
CMYK 0.09 0.82 0 0.49
HSL 293.21º 0.7% 0.3% -
HSV(B) 293.21º 0.82% 0.51% -
XYZ 11.6 5.98 21.31 -
YUV 63.19 165.14 166.38 -
System Red Green Blue C M Y K H S L
Decimal 117 23 129 0.09 0.82 0 0.49 293.21 0.7 0.3
Hex 75 17 81 9 52 0 31 125 46 1E
Octal 165 27 201 11 122 0 61 445 106 36
Binary 1110101 10111 10000001 1001 1010010 0 110001 100100101 1000110 11110

Color Harmonies of #751781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751781

Black with #751781

Text Example


Text Example

White with #751781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751781; }

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

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

background-color css

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

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

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

border-color css

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

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

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