Html Css Color HEX #751682 Purple

📋 copy color: '#751682'

red 117 ◦ green 22 ◦ blue 130

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

Shades of Purple #751682

Tints of Purple #751682

RGB

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

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

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

R = 43.49%
G = 8.18%
B = 48.33%

CMYK

 C value IS 0.1

 M value IS 0.83

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#751682 (or 0x751682) is known color: Purple. HEX triplet: 75, 16 and 82. RGB value is (117,22,130). Sum of RGB (Red+Green+Blue) = 117+22+130=269 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.49% from 269); Green value is 22 (8.98% from 255 or 8.18% from 269); Blue value is 130 (51.17% from 255 or 48.33% from 269); Max value from RGB is 130 - color contains mainly: blue. Hex color #751682 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751682 is #8AE97D. Grayscale: #3E3E3E. Windows color (decimal): -9103742 or 8525429. OLE color: 8525429.

HSL color Cylindrical-coordinate representation of color #751682: hue angle of 292.78º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #751682 is Cyan = 0.1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 22 130 -
CMYK 0.1 0.83 0 0.49
HSL 292.78º 0.71% 0.3% -
HSV(B) 292.78º 0.83% 0.51% -
XYZ 11.65 5.97 21.66 -
YUV 62.72 165.97 166.72 -
System Red Green Blue C M Y K H S L
Decimal 117 22 130 0.1 0.83 0 0.49 292.78 0.71 0.3
Hex 75 16 82 A 53 0 31 125 47 1E
Octal 165 26 202 12 123 0 61 445 107 36
Binary 1110101 10110 10000010 1010 1010011 0 110001 100100101 1000111 11110

Color Harmonies of #751682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751682

Black with #751682

Text Example


Text Example

White with #751682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751682; }

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

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

background-color css

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

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

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

border-color css

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

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

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