Html Css Color HEX #751B70 Dark Purple

📋 copy color: '#751B70'

red 117 ◦ green 27 ◦ blue 112

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

Shades of Dark Purple #751B70

Tints of Dark Purple #751B70

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.55%

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

R = 45.7%
G = 10.55%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#751B70 (or 0x751B70) is known color: Dark Purple. HEX triplet: 75, 1B and 70. RGB value is (117,27,112). Sum of RGB (Red+Green+Blue) = 117+27+112=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 27 (10.94% from 255 or 10.55% from 256); Blue value is 112 (44.14% from 255 or 43.75% from 256); Max value from RGB is 117 - color contains mainly: red. Hex color #751B70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751B70 is #8AE48F. Grayscale: #3F3F3F. Windows color (decimal): -9102480 or 7347061. OLE color: 7347061.

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

Color convert

RGB 117 27 112 -
CMYK 0 0.77 0.04 0.54
HSL 303.33º 0.63% 0.28% -
HSV(B) 303.33º 0.77% 0.46% -
XYZ 10.65 5.74 15.87 -
YUV 63.6 155.32 166.09 -
System Red Green Blue C M Y K H S L
Decimal 117 27 112 0 0.77 0.04 0.54 303.33 0.63 0.28
Hex 75 1B 70 0 4D 4 36 12F 3E 1C
Octal 165 33 160 0 115 4 66 457 76 34
Binary 1110101 11011 1110000 0 1001101 100 110110 100101111 111110 11100

Color Harmonies of #751B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751B70

Black with #751B70

Text Example


Text Example

White with #751B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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