Html Css Color HEX #752F84 Vivid Violet

📋 copy color: '#752F84'

red 117 ◦ green 47 ◦ blue 132

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

Shades of Vivid Violet #752F84

Tints of Vivid Violet #752F84

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.88%

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

R = 39.53%
G = 15.88%
B = 44.59%

CMYK

 C value IS 0.11

 M value IS 0.64

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#752F84 (or 0x752F84) is known color: Vivid Violet. HEX triplet: 75, 2F and 84. RGB value is (117,47,132). Sum of RGB (Red+Green+Blue) = 117+47+132=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 47 (18.75% from 255 or 15.88% from 296); Blue value is 132 (51.95% from 255 or 44.59% from 296); Max value from RGB is 132 - color contains mainly: blue. Hex color #752F84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752F84 is #8AD07B. Grayscale: #4D4D4D. Windows color (decimal): -9097340 or 8662901. OLE color: 8662901.

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

Color convert

RGB 117 47 132 -
CMYK 0.11 0.64 0 0.48
HSL 289.41º 0.47% 0.35% -
HSV(B) 289.41º 0.64% 0.52% -
XYZ 12.52 7.48 22.61 -
YUV 77.62 158.69 156.09 -
System Red Green Blue C M Y K H S L
Decimal 117 47 132 0.11 0.64 0 0.48 289.41 0.47 0.35
Hex 75 2F 84 B 40 0 30 121 2F 23
Octal 165 57 204 13 100 0 60 441 57 43
Binary 1110101 101111 10000100 1011 1000000 0 110000 100100001 101111 100011

Color Harmonies of #752F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752F84

Black with #752F84

Text Example


Text Example

White with #752F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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