Html Css Color HEX #751A82 Purple

📋 copy color: '#751A82'

red 117 ◦ green 26 ◦ blue 130

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

Shades of Purple #751A82

Tints of Purple #751A82

RGB

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

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

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

R = 42.86%
G = 9.52%
B = 47.62%

CMYK

 C value IS 0.1

 M value IS 0.8

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#751A82 (or 0x751A82) is known color: Purple. HEX triplet: 75, 1A and 82. RGB value is (117,26,130). Sum of RGB (Red+Green+Blue) = 117+26+130=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 26 (10.55% from 255 or 9.52% from 273); Blue value is 130 (51.17% from 255 or 47.62% from 273); Max value from RGB is 130 - color contains mainly: blue. Hex color #751A82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751A82 is #8AE57D. Grayscale: #404040. Windows color (decimal): -9102718 or 8526453. OLE color: 8526453.

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

Color convert

RGB 117 26 130 -
CMYK 0.1 0.8 0 0.49
HSL 292.5º 0.67% 0.31% -
HSV(B) 292.5º 0.8% 0.51% -
XYZ 11.73 6.13 21.68 -
YUV 65.07 164.65 165.04 -
System Red Green Blue C M Y K H S L
Decimal 117 26 130 0.1 0.8 0 0.49 292.5 0.67 0.31
Hex 75 1A 82 A 50 0 31 124 43 1F
Octal 165 32 202 12 120 0 61 444 103 37
Binary 1110101 11010 10000010 1010 1010000 0 110001 100100100 1000011 11111

Color Harmonies of #751A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751A82

Black with #751A82

Text Example


Text Example

White with #751A82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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