Html Css Color HEX #751270 Dark Purple

📋 copy color: '#751270'

red 117 ◦ green 18 ◦ blue 112

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

Shades of Dark Purple #751270

Tints of Dark Purple #751270

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.29%

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

R = 47.37%
G = 7.29%
B = 45.34%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#751270 (or 0x751270) is known color: Dark Purple. HEX triplet: 75, 12 and 70. RGB value is (117,18,112). Sum of RGB (Red+Green+Blue) = 117+18+112=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 18 (7.42% from 255 or 7.29% from 247); Blue value is 112 (44.14% from 255 or 45.34% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #751270 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751270 is #8AED8F. Grayscale: #3A3A3A. Windows color (decimal): -9104784 or 7344757. OLE color: 7344757.

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

Color convert

RGB 117 18 112 -
CMYK 0 0.85 0.04 0.54
HSL 303.03º 0.73% 0.26% -
HSV(B) 303.03º 0.85% 0.46% -
XYZ 10.48 5.38 15.82 -
YUV 58.32 158.3 169.86 -
System Red Green Blue C M Y K H S L
Decimal 117 18 112 0 0.85 0.04 0.54 303.03 0.73 0.26
Hex 75 12 70 0 55 4 36 12F 49 1A
Octal 165 22 160 0 125 4 66 457 111 32
Binary 1110101 10010 1110000 0 1010101 100 110110 100101111 1001001 11010

Color Harmonies of #751270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751270

Black with #751270

Text Example


Text Example

White with #751270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751270; }

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

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

background-color css

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

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

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

border-color css

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

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

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