Html Css Color HEX #753184 Vivid Violet

📋 copy color: '#753184'

red 117 ◦ green 49 ◦ blue 132

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

Shades of Vivid Violet #753184

Tints of Vivid Violet #753184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 44.3%

R = 39.26%
G = 16.44%
B = 44.3%

CMYK

 C value IS 0.11

 M value IS 0.63

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#753184 (or 0x753184) is known color: Vivid Violet. HEX triplet: 75, 31 and 84. RGB value is (117,49,132). Sum of RGB (Red+Green+Blue) = 117+49+132=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 49 (19.53% from 255 or 16.44% from 298); Blue value is 132 (51.95% from 255 or 44.30% from 298); Max value from RGB is 132 - color contains mainly: blue. Hex color #753184 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753184 is #8ACE7B. Grayscale: #4E4E4E. Windows color (decimal): -9096828 or 8663413. OLE color: 8663413.

HSL color Cylindrical-coordinate representation of color #753184: hue angle of 289.16º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #753184 is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 117 49 132 -
CMYK 0.11 0.63 0 0.48
HSL 289.16º 0.46% 0.35% -
HSV(B) 289.16º 0.63% 0.52% -
XYZ 12.6 7.64 22.64 -
YUV 78.79 158.03 155.25 -
System Red Green Blue C M Y K H S L
Decimal 117 49 132 0.11 0.63 0 0.48 289.16 0.46 0.35
Hex 75 31 84 B 3F 0 30 121 2E 23
Octal 165 61 204 13 77 0 60 441 56 43
Binary 1110101 110001 10000100 1011 111111 0 110000 100100001 101110 100011

Color Harmonies of #753184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753184

Black with #753184

Text Example


Text Example

White with #753184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753184; }

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

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

background-color css

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

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

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

border-color css

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

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

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