Html Css Color HEX #751393 Purple

📋 copy color: '#751393'

red 117 ◦ green 19 ◦ blue 147

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

Shades of Purple #751393

Tints of Purple #751393

RGB

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

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

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

R = 41.34%
G = 6.71%
B = 51.94%

CMYK

 C value IS 0.20

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#751393 (or 0x751393) is known color: Purple. HEX triplet: 75, 13 and 93. RGB value is (117,19,147). Sum of RGB (Red+Green+Blue) = 117+19+147=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 19 (7.81% from 255 or 6.71% from 283); Blue value is 147 (57.81% from 255 or 51.94% from 283); Max value from RGB is 147 - color contains mainly: blue. Hex color #751393 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751393 is #8AEC6C. Grayscale: #3E3E3E. Windows color (decimal): -9104493 or 9638773. OLE color: 9638773.

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

Color convert

RGB 117 19 147 -
CMYK 0.20 0.87 0 0.42
HSL 285.94º 0.77% 0.33% -
HSV(B) 285.94º 0.87% 0.58% -
XYZ 12.84 6.35 28.15 -
YUV 62.89 175.47 166.59 -
System Red Green Blue C M Y K H S L
Decimal 117 19 147 0.20 0.87 0 0.42 285.94 0.77 0.33
Hex 75 13 93 14 57 0 2A 11E 4D 21
Octal 165 23 223 24 127 0 52 436 115 41
Binary 1110101 10011 10010011 10100 1010111 0 101010 100011110 1001101 100001

Color Harmonies of #751393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751393

Black with #751393

Text Example


Text Example

White with #751393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751393; }

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

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

background-color css

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

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

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

border-color css

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

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

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