Html Css Color HEX #751776 Dark Purple

📋 copy color: '#751776'

red 117 ◦ green 23 ◦ blue 118

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

Shades of Dark Purple #751776

Tints of Dark Purple #751776

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.91%

 BLUE value IS 118 (46.48% from 255) = 45.74%

R = 45.35%
G = 8.91%
B = 45.74%

CMYK

 C value IS 0.01

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#751776 (or 0x751776) is known color: Dark Purple. HEX triplet: 75, 17 and 76. RGB value is (117,23,118). Sum of RGB (Red+Green+Blue) = 117+23+118=258 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.35% from 258); Green value is 23 (9.38% from 255 or 8.91% from 258); Blue value is 118 (46.48% from 255 or 45.74% from 258); Max value from RGB is 118 - color contains mainly: blue. Hex color #751776 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751776 is #8AE889. Grayscale: #3D3D3D. Windows color (decimal): -9103498 or 7739253. OLE color: 7739253.

HSL color Cylindrical-coordinate representation of color #751776: hue angle of 299.37º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #751776 is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 23 118 -
CMYK 0.01 0.81 0 0.54
HSL 299.37º 0.67% 0.28% -
HSV(B) 299.37º 0.81% 0.46% -
XYZ 10.91 5.7 17.67 -
YUV 61.94 159.64 167.28 -
System Red Green Blue C M Y K H S L
Decimal 117 23 118 0.01 0.81 0 0.54 299.37 0.67 0.28
Hex 75 17 76 1 51 0 36 12B 43 1C
Octal 165 27 166 1 121 0 66 453 103 34
Binary 1110101 10111 1110110 1 1010001 0 110110 100101011 1000011 11100

Color Harmonies of #751776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751776

Black with #751776

Text Example


Text Example

White with #751776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751776; }

 p { color: rgb(117,23,118); }

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

background-color css

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

 a { background-color: rgb(117,23,118); }

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

border-color css

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

 span { border-color: rgb(117,23,118); }

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