Html Css Color HEX #751973 Dark Purple

📋 copy color: '#751973'

red 117 ◦ green 25 ◦ blue 115

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

Shades of Dark Purple #751973

Tints of Dark Purple #751973

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.73%

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

R = 45.53%
G = 9.73%
B = 44.75%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#751973 (or 0x751973) is known color: Dark Purple. HEX triplet: 75, 19 and 73. RGB value is (117,25,115). Sum of RGB (Red+Green+Blue) = 117+25+115=257 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.53% from 257); Green value is 25 (10.16% from 255 or 9.73% from 257); Blue value is 115 (45.31% from 255 or 44.75% from 257); Max value from RGB is 117 - color contains mainly: red. Hex color #751973 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751973 is #8AE68C. Grayscale: #3E3E3E. Windows color (decimal): -9102989 or 7543157. OLE color: 7543157.

HSL color Cylindrical-coordinate representation of color #751973: hue angle of 301.3º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #751973 is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 25 115 -
CMYK 0 0.79 0.02 0.54
HSL 301.3º 0.65% 0.28% -
HSV(B) 301.3º 0.79% 0.46% -
XYZ 10.78 5.71 16.75 -
YUV 62.77 157.48 166.68 -
System Red Green Blue C M Y K H S L
Decimal 117 25 115 0 0.79 0.02 0.54 301.3 0.65 0.28
Hex 75 19 73 0 4F 2 36 12D 41 1C
Octal 165 31 163 0 117 2 66 455 101 34
Binary 1110101 11001 1110011 0 1001111 10 110110 100101101 1000001 11100

Color Harmonies of #751973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751973

Black with #751973

Text Example


Text Example

White with #751973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751973; }

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

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

background-color css

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

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

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

border-color css

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

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

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