Html Css Color HEX #753F84 Vivid Violet

📋 copy color: '#753F84'

red 117 ◦ green 63 ◦ blue 132

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

Shades of Vivid Violet #753F84

Tints of Vivid Violet #753F84

RGB

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

 GREEN value IS 63 (25% from 255) = 20.19%

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

R = 37.5%
G = 20.19%
B = 42.31%

CMYK

 C value IS 0.11

 M value IS 0.52

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#753F84 (or 0x753F84) is known color: Vivid Violet. HEX triplet: 75, 3F and 84. RGB value is (117,63,132). Sum of RGB (Red+Green+Blue) = 117+63+132=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 63 (25% from 255 or 20.19% from 312); Blue value is 132 (51.95% from 255 or 42.31% from 312); Max value from RGB is 132 - color contains mainly: blue. Hex color #753F84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753F84 is #8AC07B. Grayscale: #565656. Windows color (decimal): -9093244 or 8666997. OLE color: 8666997.

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

Color convert

RGB 117 63 132 -
CMYK 0.11 0.52 0 0.48
HSL 286.96º 0.35% 0.38% -
HSV(B) 286.96º 0.52% 0.52% -
XYZ 13.28 9 22.87 -
YUV 87.01 153.39 149.39 -
System Red Green Blue C M Y K H S L
Decimal 117 63 132 0.11 0.52 0 0.48 286.96 0.35 0.38
Hex 75 3F 84 B 34 0 30 11F 23 26
Octal 165 77 204 13 64 0 60 437 43 46
Binary 1110101 111111 10000100 1011 110100 0 110000 100011111 100011 100110

Color Harmonies of #753F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753F84

Black with #753F84

Text Example


Text Example

White with #753F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753F84; }

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

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

background-color css

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

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

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

border-color css

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

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

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