Html Css Color HEX #753191 Vivid Violet

📋 copy color: '#753191'

red 117 ◦ green 49 ◦ blue 145

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

Shades of Vivid Violet #753191

Tints of Vivid Violet #753191

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.76%

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

R = 37.62%
G = 15.76%
B = 46.62%

CMYK

 C value IS 0.19

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#753191 (or 0x753191) is known color: Vivid Violet. HEX triplet: 75, 31 and 91. RGB value is (117,49,145). Sum of RGB (Red+Green+Blue) = 117+49+145=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 49 (19.53% from 255 or 15.76% from 311); Blue value is 145 (57.03% from 255 or 46.62% from 311); Max value from RGB is 145 - color contains mainly: blue. Hex color #753191 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753191 is #8ACE6E. Grayscale: #4F4F4F. Windows color (decimal): -9096815 or 9515381. OLE color: 9515381.

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

Color convert

RGB 117 49 145 -
CMYK 0.19 0.66 0 0.43
HSL 282.5º 0.49% 0.38% -
HSV(B) 282.5º 0.66% 0.57% -
XYZ 13.55 8.02 27.62 -
YUV 80.28 164.53 154.19 -
System Red Green Blue C M Y K H S L
Decimal 117 49 145 0.19 0.66 0 0.43 282.5 0.49 0.38
Hex 75 31 91 13 42 0 2B 11A 31 26
Octal 165 61 221 23 102 0 53 432 61 46
Binary 1110101 110001 10010001 10011 1000010 0 101011 100011010 110001 100110

Color Harmonies of #753191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753191

Black with #753191

Text Example


Text Example

White with #753191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753191; }

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

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

background-color css

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

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

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

border-color css

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

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

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