Html Css Color HEX #752996 Vivid Violet

📋 copy color: '#752996'

red 117 ◦ green 41 ◦ blue 150

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

Shades of Vivid Violet #752996

Tints of Vivid Violet #752996

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.31%

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

R = 37.99%
G = 13.31%
B = 48.7%

CMYK

 C value IS 0.22

 M value IS 0.73

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#752996 (or 0x752996) is known color: Vivid Violet. HEX triplet: 75, 29 and 96. RGB value is (117,41,150). Sum of RGB (Red+Green+Blue) = 117+41+150=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 150 (58.98% from 255 or 48.70% from 308); Max value from RGB is 150 - color contains mainly: blue. Hex color #752996 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752996 is #8AD669. Grayscale: #4B4B4B. Windows color (decimal): -9098858 or 9841013. OLE color: 9841013.

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

Color convert

RGB 117 41 150 -
CMYK 0.22 0.73 0 0.41
HSL 281.83º 0.57% 0.37% -
HSV(B) 281.83º 0.73% 0.59% -
XYZ 13.63 7.57 29.6 -
YUV 76.15 169.68 157.14 -
System Red Green Blue C M Y K H S L
Decimal 117 41 150 0.22 0.73 0 0.41 281.83 0.57 0.37
Hex 75 29 96 16 49 0 29 11A 39 25
Octal 165 51 226 26 111 0 51 432 71 45
Binary 1110101 101001 10010110 10110 1001001 0 101001 100011010 111001 100101

Color Harmonies of #752996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752996

Black with #752996

Text Example


Text Example

White with #752996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752996; }

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

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

background-color css

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

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

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

border-color css

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

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

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