Html Css Color HEX #751677 Dark Purple

📋 copy color: '#751677'

red 117 ◦ green 22 ◦ blue 119

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

Shades of Dark Purple #751677

Tints of Dark Purple #751677

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.53%

 BLUE value IS 119 (46.88% from 255) = 46.12%

R = 45.35%
G = 8.53%
B = 46.12%

CMYK

 C value IS 0.02

 M value IS 0.82

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#751677 (or 0x751677) is known color: Dark Purple. HEX triplet: 75, 16 and 77. RGB value is (117,22,119). Sum of RGB (Red+Green+Blue) = 117+22+119=258 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.35% from 258); Green value is 22 (8.98% from 255 or 8.53% from 258); Blue value is 119 (46.88% from 255 or 46.12% from 258); Max value from RGB is 119 - color contains mainly: blue. Hex color #751677 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751677 is #8AE988. Grayscale: #3D3D3D. Windows color (decimal): -9103753 or 7804533. OLE color: 7804533.

HSL color Cylindrical-coordinate representation of color #751677: hue angle of 298.76º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #751677 is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 22 119 -
CMYK 0.02 0.82 0 0.53
HSL 298.76º 0.69% 0.28% -
HSV(B) 298.76º 0.82% 0.47% -
XYZ 10.95 5.69 17.97 -
YUV 61.46 160.47 167.61 -
System Red Green Blue C M Y K H S L
Decimal 117 22 119 0.02 0.82 0 0.53 298.76 0.69 0.28
Hex 75 16 77 2 52 0 35 12B 45 1C
Octal 165 26 167 2 122 0 65 453 105 34
Binary 1110101 10110 1110111 10 1010010 0 110101 100101011 1000101 11100

Color Harmonies of #751677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751677

Black with #751677

Text Example


Text Example

White with #751677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751677; }

 p { color: rgb(117,22,119); }

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

background-color css

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

 a { background-color: rgb(117,22,119); }

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

border-color css

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

 span { border-color: rgb(117,22,119); }

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