Html Css Color HEX #751494 Purple

📋 copy color: '#751494'

red 117 ◦ green 20 ◦ blue 148

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

Shades of Purple #751494

Tints of Purple #751494

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.02%

 BLUE value IS 148 (58.2% from 255) = 51.93%

R = 41.05%
G = 7.02%
B = 51.93%

CMYK

 C value IS 0.21

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#751494 (or 0x751494) is known color: Purple. HEX triplet: 75, 14 and 94. RGB value is (117,20,148). Sum of RGB (Red+Green+Blue) = 117+20+148=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 20 (8.20% from 255 or 7.02% from 285); Blue value is 148 (58.20% from 255 or 51.93% from 285); Max value from RGB is 148 - color contains mainly: blue. Hex color #751494 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751494 is #8AEB6B. Grayscale: #3F3F3F. Windows color (decimal): -9104236 or 9704565. OLE color: 9704565.

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

Color convert

RGB 117 20 148 -
CMYK 0.21 0.86 0 0.42
HSL 285.47º 0.76% 0.33% -
HSV(B) 285.47º 0.86% 0.58% -
XYZ 12.93 6.42 28.57 -
YUV 63.6 175.64 166.09 -
System Red Green Blue C M Y K H S L
Decimal 117 20 148 0.21 0.86 0 0.42 285.47 0.76 0.33
Hex 75 14 94 15 56 0 2A 11D 4C 21
Octal 165 24 224 25 126 0 52 435 114 41
Binary 1110101 10100 10010100 10101 1010110 0 101010 100011101 1001100 100001

Color Harmonies of #751494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751494

Black with #751494

Text Example


Text Example

White with #751494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751494; }

 p { color: rgb(117,20,148); }

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

background-color css

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

 a { background-color: rgb(117,20,148); }

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

border-color css

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

 span { border-color: rgb(117,20,148); }

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