Html Css Color HEX #751770 Dark Purple

📋 copy color: '#751770'

red 117 ◦ green 23 ◦ blue 112

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

Shades of Dark Purple #751770

Tints of Dark Purple #751770

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.13%

 BLUE value IS 112 (44.14% from 255) = 44.44%

R = 46.43%
G = 9.13%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#751770 (or 0x751770) is known color: Dark Purple. HEX triplet: 75, 17 and 70. RGB value is (117,23,112). Sum of RGB (Red+Green+Blue) = 117+23+112=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 23 (9.38% from 255 or 9.13% from 252); Blue value is 112 (44.14% from 255 or 44.44% from 252); Max value from RGB is 117 - color contains mainly: red. Hex color #751770 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751770 is #8AE88F. Grayscale: #3C3C3C. Windows color (decimal): -9103504 or 7346037. OLE color: 7346037.

HSL color Cylindrical-coordinate representation of color #751770: hue angle of 303.19º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #751770 is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 23 112 -
CMYK 0 0.80 0.04 0.54
HSL 303.19º 0.67% 0.27% -
HSV(B) 303.19º 0.8% 0.46% -
XYZ 10.57 5.56 15.85 -
YUV 61.25 156.64 167.76 -
System Red Green Blue C M Y K H S L
Decimal 117 23 112 0 0.80 0.04 0.54 303.19 0.67 0.27
Hex 75 17 70 0 50 4 36 12F 43 1B
Octal 165 27 160 0 120 4 66 457 103 33
Binary 1110101 10111 1110000 0 1010000 100 110110 100101111 1000011 11011

Color Harmonies of #751770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751770

Black with #751770

Text Example


Text Example

White with #751770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751770; }

 p { color: rgb(117,23,112); }

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

background-color css

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

 a { background-color: rgb(117,23,112); }

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

border-color css

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

 span { border-color: rgb(117,23,112); }

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