Html Css Color HEX #751291 Purple

📋 copy color: '#751291'

red 117 ◦ green 18 ◦ blue 145

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

Shades of Purple #751291

Tints of Purple #751291

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.43%

 BLUE value IS 145 (57.03% from 255) = 51.79%

R = 41.79%
G = 6.43%
B = 51.79%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#751291 (or 0x751291) is known color: Purple. HEX triplet: 75, 12 and 91. RGB value is (117,18,145). Sum of RGB (Red+Green+Blue) = 117+18+145=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 145 (57.03% from 255 or 51.79% from 280); Max value from RGB is 145 - color contains mainly: blue. Hex color #751291 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751291 is #8AED6E. Grayscale: #3D3D3D. Windows color (decimal): -9104751 or 9507445. OLE color: 9507445.

HSL color Cylindrical-coordinate representation of color #751291: hue angle of 286.77º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #751291 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 18 145 -
CMYK 0.19 0.88 0 0.43
HSL 286.77º 0.78% 0.32% -
HSV(B) 286.77º 0.88% 0.57% -
XYZ 12.66 6.26 27.33 -
YUV 62.08 174.8 167.17 -
System Red Green Blue C M Y K H S L
Decimal 117 18 145 0.19 0.88 0 0.43 286.77 0.78 0.32
Hex 75 12 91 13 58 0 2B 11F 4E 20
Octal 165 22 221 23 130 0 53 437 116 40
Binary 1110101 10010 10010001 10011 1011000 0 101011 100011111 1001110 100000

Color Harmonies of #751291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751291

Black with #751291

Text Example


Text Example

White with #751291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751291; }

 p { color: rgb(117,18,145); }

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

background-color css

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

 a { background-color: rgb(117,18,145); }

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

border-color css

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

 span { border-color: rgb(117,18,145); }

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