Html Css Color HEX #753189 Vivid Violet

📋 copy color: '#753189'

red 117 ◦ green 49 ◦ blue 137

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

Shades of Vivid Violet #753189

Tints of Vivid Violet #753189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 45.21%

R = 38.61%
G = 16.17%
B = 45.21%

CMYK

 C value IS 0.15

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#753189 (or 0x753189) is known color: Vivid Violet. HEX triplet: 75, 31 and 89. RGB value is (117,49,137). Sum of RGB (Red+Green+Blue) = 117+49+137=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 49 (19.53% from 255 or 16.17% from 303); Blue value is 137 (53.91% from 255 or 45.21% from 303); Max value from RGB is 137 - color contains mainly: blue. Hex color #753189 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753189 is #8ACE76. Grayscale: #4F4F4F. Windows color (decimal): -9096823 or 8991093. OLE color: 8991093.

HSL color Cylindrical-coordinate representation of color #753189: hue angle of 286.36º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #753189 is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 117 49 137 -
CMYK 0.15 0.64 0 0.46
HSL 286.36º 0.47% 0.36% -
HSV(B) 286.36º 0.64% 0.54% -
XYZ 12.95 7.78 24.49 -
YUV 79.36 160.53 154.84 -
System Red Green Blue C M Y K H S L
Decimal 117 49 137 0.15 0.64 0 0.46 286.36 0.47 0.36
Hex 75 31 89 F 40 0 2E 11E 2F 24
Octal 165 61 211 17 100 0 56 436 57 44
Binary 1110101 110001 10001001 1111 1000000 0 101110 100011110 101111 100100

Color Harmonies of #753189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753189

Black with #753189

Text Example


Text Example

White with #753189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753189; }

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

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

background-color css

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

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

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

border-color css

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

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

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