Html Css Color HEX #751093 Purple

📋 copy color: '#751093'

red 117 ◦ green 16 ◦ blue 147

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

Shades of Purple #751093

Tints of Purple #751093

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.71%

 BLUE value IS 147 (57.81% from 255) = 52.5%

R = 41.79%
G = 5.71%
B = 52.5%

CMYK

 C value IS 0.20

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#751093 (or 0x751093) is known color: Purple. HEX triplet: 75, 10 and 93. RGB value is (117,16,147). Sum of RGB (Red+Green+Blue) = 117+16+147=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 16 (6.64% from 255 or 5.71% from 280); Blue value is 147 (57.81% from 255 or 52.5% from 280); Max value from RGB is 147 - color contains mainly: blue. Hex color #751093 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751093 is #8AEF6C. Grayscale: #3C3C3C. Windows color (decimal): -9105261 or 9638005. OLE color: 9638005.

HSL color Cylindrical-coordinate representation of color #751093: hue angle of 286.26º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #751093 is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 16 147 -
CMYK 0.20 0.89 0 0.42
HSL 286.26º 0.8% 0.32% -
HSV(B) 286.26º 0.89% 0.58% -
XYZ 12.79 6.26 28.14 -
YUV 61.13 176.46 167.85 -
System Red Green Blue C M Y K H S L
Decimal 117 16 147 0.20 0.89 0 0.42 286.26 0.8 0.32
Hex 75 10 93 14 59 0 2A 11E 50 20
Octal 165 20 223 24 131 0 52 436 120 40
Binary 1110101 10000 10010011 10100 1011001 0 101010 100011110 1010000 100000

Color Harmonies of #751093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751093

Black with #751093

Text Example


Text Example

White with #751093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751093; }

 p { color: rgb(117,16,147); }

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

background-color css

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

 a { background-color: rgb(117,16,147); }

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

border-color css

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

 span { border-color: rgb(117,16,147); }

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