Html Css Color HEX #752E96 Vivid Violet

📋 copy color: '#752E96'

red 117 ◦ green 46 ◦ blue 150

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

Shades of Vivid Violet #752E96

Tints of Vivid Violet #752E96

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.7%

 BLUE value IS 150 (58.98% from 255) = 47.92%

R = 37.38%
G = 14.7%
B = 47.92%

CMYK

 C value IS 0.22

 M value IS 0.69

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#752E96 (or 0x752E96) is known color: Vivid Violet. HEX triplet: 75, 2E and 96. RGB value is (117,46,150). Sum of RGB (Red+Green+Blue) = 117+46+150=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 46 (18.36% from 255 or 14.70% from 313); Blue value is 150 (58.98% from 255 or 47.92% from 313); Max value from RGB is 150 - color contains mainly: blue. Hex color #752E96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752E96 is #8AD169. Grayscale: #4E4E4E. Windows color (decimal): -9097578 or 9842293. OLE color: 9842293.

HSL color Cylindrical-coordinate representation of color #752E96: hue angle of 280.96º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #752E96 is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 117 46 150 -
CMYK 0.22 0.69 0 0.41
HSL 280.96º 0.53% 0.38% -
HSV(B) 280.96º 0.69% 0.59% -
XYZ 13.82 7.94 29.66 -
YUV 79.09 168.02 155.04 -
System Red Green Blue C M Y K H S L
Decimal 117 46 150 0.22 0.69 0 0.41 280.96 0.53 0.38
Hex 75 2E 96 16 45 0 29 119 35 26
Octal 165 56 226 26 105 0 51 431 65 46
Binary 1110101 101110 10010110 10110 1000101 0 101001 100011001 110101 100110

Color Harmonies of #752E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752E96

Black with #752E96

Text Example


Text Example

White with #752E96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,46,150); }

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

background-color css

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

 a { background-color: rgb(117,46,150); }

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

border-color css

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

 span { border-color: rgb(117,46,150); }

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