Html Css Color HEX #751370 Dark Purple

📋 copy color: '#751370'

red 117 ◦ green 19 ◦ blue 112

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

Shades of Dark Purple #751370

Tints of Dark Purple #751370

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.66%

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

R = 47.18%
G = 7.66%
B = 45.16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#751370 (or 0x751370) is known color: Dark Purple. HEX triplet: 75, 13 and 70. RGB value is (117,19,112). Sum of RGB (Red+Green+Blue) = 117+19+112=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 19 (7.81% from 255 or 7.66% from 248); Blue value is 112 (44.14% from 255 or 45.16% from 248); Max value from RGB is 117 - color contains mainly: red. Hex color #751370 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751370 is #8AEC8F. Grayscale: #3A3A3A. Windows color (decimal): -9104528 or 7345013. OLE color: 7345013.

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

Color convert

RGB 117 19 112 -
CMYK 0 0.84 0.04 0.54
HSL 303.06º 0.72% 0.27% -
HSV(B) 303.06º 0.84% 0.46% -
XYZ 10.49 5.42 15.82 -
YUV 58.9 157.97 169.44 -
System Red Green Blue C M Y K H S L
Decimal 117 19 112 0 0.84 0.04 0.54 303.06 0.72 0.27
Hex 75 13 70 0 54 4 36 12F 48 1B
Octal 165 23 160 0 124 4 66 457 110 33
Binary 1110101 10011 1110000 0 1010100 100 110110 100101111 1001000 11011

Color Harmonies of #751370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751370

Black with #751370

Text Example


Text Example

White with #751370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751370; }

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

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

background-color css

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

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

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

border-color css

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

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

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