Html Css Color HEX #752884 Vivid Violet

📋 copy color: '#752884'

red 117 ◦ green 40 ◦ blue 132

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

Shades of Vivid Violet #752884

Tints of Vivid Violet #752884

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.84%

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

R = 40.48%
G = 13.84%
B = 45.67%

CMYK

 C value IS 0.11

 M value IS 0.70

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#752884 (or 0x752884) is known color: Vivid Violet. HEX triplet: 75, 28 and 84. RGB value is (117,40,132). Sum of RGB (Red+Green+Blue) = 117+40+132=289 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.48% from 289); Green value is 40 (16.02% from 255 or 13.84% from 289); Blue value is 132 (51.95% from 255 or 45.67% from 289); Max value from RGB is 132 - color contains mainly: blue. Hex color #752884 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752884 is #8AD77B. Grayscale: #494949. Windows color (decimal): -9099132 or 8661109. OLE color: 8661109.

HSL color Cylindrical-coordinate representation of color #752884: hue angle of 290.22º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #752884 is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 117 40 132 -
CMYK 0.11 0.70 0 0.48
HSL 290.22º 0.53% 0.34% -
HSV(B) 290.22º 0.7% 0.52% -
XYZ 12.26 6.97 22.53 -
YUV 73.51 161.01 159.02 -
System Red Green Blue C M Y K H S L
Decimal 117 40 132 0.11 0.70 0 0.48 290.22 0.53 0.34
Hex 75 28 84 B 46 0 30 122 35 22
Octal 165 50 204 13 106 0 60 442 65 42
Binary 1110101 101000 10000100 1011 1000110 0 110000 100100010 110101 100010

Color Harmonies of #752884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752884

Black with #752884

Text Example


Text Example

White with #752884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752884; }

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

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

background-color css

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

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

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

border-color css

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

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

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