Html Css Color HEX #751382 Purple

📋 copy color: '#751382'

red 117 ◦ green 19 ◦ blue 130

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

Shades of Purple #751382

Tints of Purple #751382

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.14%

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

R = 43.98%
G = 7.14%
B = 48.87%

CMYK

 C value IS 0.1

 M value IS 0.85

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#751382 (or 0x751382) is known color: Purple. HEX triplet: 75, 13 and 82. RGB value is (117,19,130). Sum of RGB (Red+Green+Blue) = 117+19+130=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 19 (7.81% from 255 or 7.14% from 266); Blue value is 130 (51.17% from 255 or 48.87% from 266); Max value from RGB is 130 - color contains mainly: blue. Hex color #751382 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751382 is #8AEC7D. Grayscale: #3C3C3C. Windows color (decimal): -9104510 or 8524661. OLE color: 8524661.

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

Color convert

RGB 117 19 130 -
CMYK 0.1 0.85 0 0.49
HSL 292.97º 0.74% 0.29% -
HSV(B) 292.97º 0.85% 0.51% -
XYZ 11.6 5.86 21.64 -
YUV 60.96 166.97 167.97 -
System Red Green Blue C M Y K H S L
Decimal 117 19 130 0.1 0.85 0 0.49 292.97 0.74 0.29
Hex 75 13 82 A 55 0 31 125 4A 1D
Octal 165 23 202 12 125 0 61 445 112 35
Binary 1110101 10011 10000010 1010 1010101 0 110001 100100101 1001010 11101

Color Harmonies of #751382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751382

Black with #751382

Text Example


Text Example

White with #751382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751382; }

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

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

background-color css

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

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

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

border-color css

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

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

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