Html Css Color HEX #751773 Dark Purple

📋 copy color: '#751773'

red 117 ◦ green 23 ◦ blue 115

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

Shades of Dark Purple #751773

Tints of Dark Purple #751773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 45.1%

R = 45.88%
G = 9.02%
B = 45.1%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#751773 (or 0x751773) is known color: Dark Purple. HEX triplet: 75, 17 and 73. RGB value is (117,23,115). Sum of RGB (Red+Green+Blue) = 117+23+115=255 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.88% from 255); Green value is 23 (9.38% from 255 or 9.02% from 255); Blue value is 115 (45.31% from 255 or 45.10% from 255); Max value from RGB is 117 - color contains mainly: red. Hex color #751773 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751773 is #8AE88C. Grayscale: #3D3D3D. Windows color (decimal): -9103501 or 7542645. OLE color: 7542645.

HSL color Cylindrical-coordinate representation of color #751773: hue angle of 301.28º 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 #751773 is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 23 115 -
CMYK 0 0.80 0.02 0.54
HSL 301.28º 0.67% 0.27% -
HSV(B) 301.28º 0.8% 0.46% -
XYZ 10.74 5.63 16.74 -
YUV 61.59 158.14 167.52 -
System Red Green Blue C M Y K H S L
Decimal 117 23 115 0 0.80 0.02 0.54 301.28 0.67 0.27
Hex 75 17 73 0 50 2 36 12D 43 1B
Octal 165 27 163 0 120 2 66 455 103 33
Binary 1110101 10111 1110011 0 1010000 10 110110 100101101 1000011 11011

Color Harmonies of #751773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751773

Black with #751773

Text Example


Text Example

White with #751773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751773; }

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

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

background-color css

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

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

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

border-color css

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

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

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