Html Css Color HEX #751C82 Dark Purple

📋 copy color: '#751C82'

red 117 ◦ green 28 ◦ blue 130

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

Shades of Dark Purple #751C82

Tints of Dark Purple #751C82

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.18%

 BLUE value IS 130 (51.17% from 255) = 47.27%

R = 42.55%
G = 10.18%
B = 47.27%

CMYK

 C value IS 0.1

 M value IS 0.78

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#751C82 (or 0x751C82) is known color: Dark Purple. HEX triplet: 75, 1C and 82. RGB value is (117,28,130). Sum of RGB (Red+Green+Blue) = 117+28+130=275 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.55% from 275); Green value is 28 (11.33% from 255 or 10.18% from 275); Blue value is 130 (51.17% from 255 or 47.27% from 275); Max value from RGB is 130 - color contains mainly: blue. Hex color #751C82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751C82 is #8AE37D. Grayscale: #414141. Windows color (decimal): -9102206 or 8526965. OLE color: 8526965.

HSL color Cylindrical-coordinate representation of color #751C82: hue angle of 292.35º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #751C82 is Cyan = 0.1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 28 130 -
CMYK 0.1 0.78 0 0.49
HSL 292.35º 0.65% 0.31% -
HSV(B) 292.35º 0.78% 0.51% -
XYZ 11.78 6.22 21.7 -
YUV 66.24 163.99 164.21 -
System Red Green Blue C M Y K H S L
Decimal 117 28 130 0.1 0.78 0 0.49 292.35 0.65 0.31
Hex 75 1C 82 A 4E 0 31 124 41 1F
Octal 165 34 202 12 116 0 61 444 101 37
Binary 1110101 11100 10000010 1010 1001110 0 110001 100100100 1000001 11111

Color Harmonies of #751C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751C82

Black with #751C82

Text Example


Text Example

White with #751C82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,28,130); }

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

background-color css

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

 a { background-color: rgb(117,28,130); }

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

border-color css

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

 span { border-color: rgb(117,28,130); }

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