Html Css Color HEX #751882 Purple

📋 copy color: '#751882'

red 117 ◦ green 24 ◦ blue 130

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

Shades of Purple #751882

Tints of Purple #751882

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.86%

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

R = 43.17%
G = 8.86%
B = 47.97%

CMYK

 C value IS 0.1

 M value IS 0.82

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#751882 (or 0x751882) is known color: Purple. HEX triplet: 75, 18 and 82. RGB value is (117,24,130). Sum of RGB (Red+Green+Blue) = 117+24+130=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 24 (9.77% from 255 or 8.86% from 271); Blue value is 130 (51.17% from 255 or 47.97% from 271); Max value from RGB is 130 - color contains mainly: blue. Hex color #751882 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751882 is #8AE77D. Grayscale: #3F3F3F. Windows color (decimal): -9103230 or 8525941. OLE color: 8525941.

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

Color convert

RGB 117 24 130 -
CMYK 0.1 0.82 0 0.49
HSL 292.64º 0.69% 0.3% -
HSV(B) 292.64º 0.82% 0.51% -
XYZ 11.69 6.05 21.67 -
YUV 63.89 165.31 165.88 -
System Red Green Blue C M Y K H S L
Decimal 117 24 130 0.1 0.82 0 0.49 292.64 0.69 0.3
Hex 75 18 82 A 52 0 31 125 45 1E
Octal 165 30 202 12 122 0 61 445 105 36
Binary 1110101 11000 10000010 1010 1010010 0 110001 100100101 1000101 11110

Color Harmonies of #751882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751882

Black with #751882

Text Example


Text Example

White with #751882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751882; }

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

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

background-color css

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

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

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

border-color css

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

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

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