Html Css Color HEX #751A70 Dark Purple

📋 copy color: '#751A70'

red 117 ◦ green 26 ◦ blue 112

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

Shades of Dark Purple #751A70

Tints of Dark Purple #751A70

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.2%

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

R = 45.88%
G = 10.2%
B = 43.92%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#751A70 (or 0x751A70) is known color: Dark Purple. HEX triplet: 75, 1A and 70. RGB value is (117,26,112). Sum of RGB (Red+Green+Blue) = 117+26+112=255 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.88% from 255); Green value is 26 (10.55% from 255 or 10.20% from 255); Blue value is 112 (44.14% from 255 or 43.92% from 255); Max value from RGB is 117 - color contains mainly: red. Hex color #751A70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751A70 is #8AE58F. Grayscale: #3E3E3E. Windows color (decimal): -9102736 or 7346805. OLE color: 7346805.

HSL color Cylindrical-coordinate representation of color #751A70: hue angle of 303.3º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #751A70 is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 26 112 -
CMYK 0 0.78 0.04 0.54
HSL 303.3º 0.64% 0.28% -
HSV(B) 303.3º 0.78% 0.46% -
XYZ 10.63 5.69 15.87 -
YUV 63.01 155.65 166.51 -
System Red Green Blue C M Y K H S L
Decimal 117 26 112 0 0.78 0.04 0.54 303.3 0.64 0.28
Hex 75 1A 70 0 4E 4 36 12F 40 1C
Octal 165 32 160 0 116 4 66 457 100 34
Binary 1110101 11010 1110000 0 1001110 100 110110 100101111 1000000 11100

Color Harmonies of #751A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751A70

Black with #751A70

Text Example


Text Example

White with #751A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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