Html Css Color HEX #751B72 Dark Purple

📋 copy color: '#751B72'

red 117 ◦ green 27 ◦ blue 114

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

Shades of Dark Purple #751B72

Tints of Dark Purple #751B72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 44.19%

R = 45.35%
G = 10.47%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#751B72 (or 0x751B72) is known color: Dark Purple. HEX triplet: 75, 1B and 72. RGB value is (117,27,114). Sum of RGB (Red+Green+Blue) = 117+27+114=258 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.35% from 258); Green value is 27 (10.94% from 255 or 10.47% from 258); Blue value is 114 (44.92% from 255 or 44.19% from 258); Max value from RGB is 117 - color contains mainly: red. Hex color #751B72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751B72 is #8AE48D. Grayscale: #3F3F3F. Windows color (decimal): -9102478 or 7478133. OLE color: 7478133.

HSL color Cylindrical-coordinate representation of color #751B72: hue angle of 302º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #751B72 is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 27 114 -
CMYK 0 0.77 0.03 0.54
HSL 302º 0.63% 0.28% -
HSV(B) 302º 0.77% 0.46% -
XYZ 10.77 5.78 16.47 -
YUV 63.83 156.32 165.93 -
System Red Green Blue C M Y K H S L
Decimal 117 27 114 0 0.77 0.03 0.54 302 0.63 0.28
Hex 75 1B 72 0 4D 3 36 12E 3E 1C
Octal 165 33 162 0 115 3 66 456 76 34
Binary 1110101 11011 1110010 0 1001101 11 110110 100101110 111110 11100

Color Harmonies of #751B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751B72

Black with #751B72

Text Example


Text Example

White with #751B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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