Html Css Color HEX #751272 Dark Purple

📋 copy color: '#751272'

red 117 ◦ green 18 ◦ blue 114

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

Shades of Dark Purple #751272

Tints of Dark Purple #751272

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.23%

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

R = 46.99%
G = 7.23%
B = 45.78%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#751272 (or 0x751272) is known color: Dark Purple. HEX triplet: 75, 12 and 72. RGB value is (117,18,114). Sum of RGB (Red+Green+Blue) = 117+18+114=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 114 (44.92% from 255 or 45.78% from 249); Max value from RGB is 117 - color contains mainly: red. Hex color #751272 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751272 is #8AED8D. Grayscale: #3A3A3A. Windows color (decimal): -9104782 or 7475829. OLE color: 7475829.

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

Color convert

RGB 117 18 114 -
CMYK 0 0.85 0.03 0.54
HSL 301.82º 0.73% 0.26% -
HSV(B) 301.82º 0.85% 0.46% -
XYZ 10.59 5.43 16.41 -
YUV 58.55 159.3 169.69 -
System Red Green Blue C M Y K H S L
Decimal 117 18 114 0 0.85 0.03 0.54 301.82 0.73 0.26
Hex 75 12 72 0 55 3 36 12E 49 1A
Octal 165 22 162 0 125 3 66 456 111 32
Binary 1110101 10010 1110010 0 1010101 11 110110 100101110 1001001 11010

Color Harmonies of #751272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751272

Black with #751272

Text Example


Text Example

White with #751272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751272; }

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

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

background-color css

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

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

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

border-color css

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

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

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