Html Css Color HEX #752096 Vivid Violet

📋 copy color: '#752096'

red 117 ◦ green 32 ◦ blue 150

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

Shades of Vivid Violet #752096

Tints of Vivid Violet #752096

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.7%

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

R = 39.13%
G = 10.7%
B = 50.17%

CMYK

 C value IS 0.22

 M value IS 0.79

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#752096 (or 0x752096) is known color: Vivid Violet. HEX triplet: 75, 20 and 96. RGB value is (117,32,150). Sum of RGB (Red+Green+Blue) = 117+32+150=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 150 (58.98% from 255 or 50.17% from 299); Max value from RGB is 150 - color contains mainly: blue. Hex color #752096 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752096 is #8ADF69. Grayscale: #464646. Windows color (decimal): -9101162 or 9838709. OLE color: 9838709.

HSL color Cylindrical-coordinate representation of color #752096: hue angle of 283.22º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #752096 is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 117 32 150 -
CMYK 0.22 0.79 0 0.41
HSL 283.22º 0.65% 0.36% -
HSV(B) 283.22º 0.79% 0.59% -
XYZ 13.36 7.02 29.5 -
YUV 70.87 172.66 160.91 -
System Red Green Blue C M Y K H S L
Decimal 117 32 150 0.22 0.79 0 0.41 283.22 0.65 0.36
Hex 75 20 96 16 4F 0 29 11B 41 24
Octal 165 40 226 26 117 0 51 433 101 44
Binary 1110101 100000 10010110 10110 1001111 0 101001 100011011 1000001 100100

Color Harmonies of #752096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752096

Black with #752096

Text Example


Text Example

White with #752096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752096; }

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

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

background-color css

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

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

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

border-color css

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

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

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