Html Css Color HEX #751672 Dark Purple

📋 copy color: '#751672'

red 117 ◦ green 22 ◦ blue 114

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

Shades of Dark Purple #751672

Tints of Dark Purple #751672

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.7%

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

R = 46.25%
G = 8.7%
B = 45.06%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#751672 (or 0x751672) is known color: Dark Purple. HEX triplet: 75, 16 and 72. RGB value is (117,22,114). Sum of RGB (Red+Green+Blue) = 117+22+114=253 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.25% from 253); Green value is 22 (8.98% from 255 or 8.70% from 253); Blue value is 114 (44.92% from 255 or 45.06% from 253); Max value from RGB is 117 - color contains mainly: red. Hex color #751672 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751672 is #8AE98D. Grayscale: #3C3C3C. Windows color (decimal): -9103758 or 7476853. OLE color: 7476853.

HSL color Cylindrical-coordinate representation of color #751672: hue angle of 301.89º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #751672 is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 22 114 -
CMYK 0 0.81 0.03 0.54
HSL 301.89º 0.68% 0.27% -
HSV(B) 301.89º 0.81% 0.46% -
XYZ 10.66 5.57 16.43 -
YUV 60.89 157.97 168.02 -
System Red Green Blue C M Y K H S L
Decimal 117 22 114 0 0.81 0.03 0.54 301.89 0.68 0.27
Hex 75 16 72 0 51 3 36 12E 44 1B
Octal 165 26 162 0 121 3 66 456 104 33
Binary 1110101 10110 1110010 0 1010001 11 110110 100101110 1000100 11011

Color Harmonies of #751672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751672

Black with #751672

Text Example


Text Example

White with #751672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751672; }

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

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

background-color css

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

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

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

border-color css

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

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

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