Html Css Color HEX #751B81 Dark Purple

📋 copy color: '#751B81'

red 117 ◦ green 27 ◦ blue 129

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

Shades of Dark Purple #751B81

Tints of Dark Purple #751B81

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.89%

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

R = 42.86%
G = 9.89%
B = 47.25%

CMYK

 C value IS 0.09

 M value IS 0.79

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#751B81 (or 0x751B81) is known color: Dark Purple. HEX triplet: 75, 1B and 81. RGB value is (117,27,129). Sum of RGB (Red+Green+Blue) = 117+27+129=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 27 (10.94% from 255 or 9.89% from 273); Blue value is 129 (50.78% from 255 or 47.25% from 273); Max value from RGB is 129 - color contains mainly: blue. Hex color #751B81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751B81 is #8AE47E. Grayscale: #414141. Windows color (decimal): -9102463 or 8461173. OLE color: 8461173.

HSL color Cylindrical-coordinate representation of color #751B81: hue angle of 292.94º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #751B81 is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 27 129 -
CMYK 0.09 0.79 0 0.49
HSL 292.94º 0.65% 0.31% -
HSV(B) 292.94º 0.79% 0.51% -
XYZ 11.69 6.15 21.34 -
YUV 65.54 163.82 164.71 -
System Red Green Blue C M Y K H S L
Decimal 117 27 129 0.09 0.79 0 0.49 292.94 0.65 0.31
Hex 75 1B 81 9 4F 0 31 125 41 1F
Octal 165 33 201 11 117 0 61 445 101 37
Binary 1110101 11011 10000001 1001 1001111 0 110001 100100101 1000001 11111

Color Harmonies of #751B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751B81

Black with #751B81

Text Example


Text Example

White with #751B81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751B81; }

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

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

background-color css

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

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

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

border-color css

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

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

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