Html Css Color HEX #751970 Dark Purple

📋 copy color: '#751970'

red 117 ◦ green 25 ◦ blue 112

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

Shades of Dark Purple #751970

Tints of Dark Purple #751970

RGB

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

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

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

R = 46.06%
G = 9.84%
B = 44.09%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#751970 (or 0x751970) is known color: Dark Purple. HEX triplet: 75, 19 and 70. RGB value is (117,25,112). Sum of RGB (Red+Green+Blue) = 117+25+112=254 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.06% from 254); Green value is 25 (10.16% from 255 or 9.84% from 254); Blue value is 112 (44.14% from 255 or 44.09% from 254); Max value from RGB is 117 - color contains mainly: red. Hex color #751970 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751970 is #8AE68F. Grayscale: #3E3E3E. Windows color (decimal): -9102992 or 7346549. OLE color: 7346549.

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

Color convert

RGB 117 25 112 -
CMYK 0 0.79 0.04 0.54
HSL 303.26º 0.65% 0.28% -
HSV(B) 303.26º 0.79% 0.46% -
XYZ 10.61 5.65 15.86 -
YUV 62.43 155.98 166.93 -
System Red Green Blue C M Y K H S L
Decimal 117 25 112 0 0.79 0.04 0.54 303.26 0.65 0.28
Hex 75 19 70 0 4F 4 36 12F 41 1C
Octal 165 31 160 0 117 4 66 457 101 34
Binary 1110101 11001 1110000 0 1001111 100 110110 100101111 1000001 11100

Color Harmonies of #751970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751970

Black with #751970

Text Example


Text Example

White with #751970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751970; }

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

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

background-color css

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

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

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

border-color css

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

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

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