Html Css Color HEX #751472 Dark Purple

📋 copy color: '#751472'

red 117 ◦ green 20 ◦ blue 114

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

Shades of Dark Purple #751472

Tints of Dark Purple #751472

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.97%

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

R = 46.61%
G = 7.97%
B = 45.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#751472 (or 0x751472) is known color: Dark Purple. HEX triplet: 75, 14 and 72. RGB value is (117,20,114). Sum of RGB (Red+Green+Blue) = 117+20+114=251 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.61% from 251); Green value is 20 (8.20% from 255 or 7.97% from 251); Blue value is 114 (44.92% from 255 or 45.42% from 251); Max value from RGB is 117 - color contains mainly: red. Hex color #751472 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751472 is #8AEB8D. Grayscale: #3B3B3B. Windows color (decimal): -9104270 or 7476341. OLE color: 7476341.

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

Color convert

RGB 117 20 114 -
CMYK 0 0.83 0.03 0.54
HSL 301.86º 0.71% 0.27% -
HSV(B) 301.86º 0.83% 0.46% -
XYZ 10.62 5.5 16.42 -
YUV 59.72 158.64 168.86 -
System Red Green Blue C M Y K H S L
Decimal 117 20 114 0 0.83 0.03 0.54 301.86 0.71 0.27
Hex 75 14 72 0 53 3 36 12E 47 1B
Octal 165 24 162 0 123 3 66 456 107 33
Binary 1110101 10100 1110010 0 1010011 11 110110 100101110 1000111 11011

Color Harmonies of #751472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751472

Black with #751472

Text Example


Text Example

White with #751472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751472; }

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

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

background-color css

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

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

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

border-color css

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

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

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