Html Css Color HEX #752496 Vivid Violet

📋 copy color: '#752496'

red 117 ◦ green 36 ◦ blue 150

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

Shades of Vivid Violet #752496

Tints of Vivid Violet #752496

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.88%

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

R = 38.61%
G = 11.88%
B = 49.5%

CMYK

 C value IS 0.22

 M value IS 0.76

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#752496 (or 0x752496) is known color: Vivid Violet. HEX triplet: 75, 24 and 96. RGB value is (117,36,150). Sum of RGB (Red+Green+Blue) = 117+36+150=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 36 (14.45% from 255 or 11.88% from 303); Blue value is 150 (58.98% from 255 or 49.50% from 303); Max value from RGB is 150 - color contains mainly: blue. Hex color #752496 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752496 is #8ADB69. Grayscale: #484848. Windows color (decimal): -9100138 or 9839733. OLE color: 9839733.

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

Color convert

RGB 117 36 150 -
CMYK 0.22 0.76 0 0.41
HSL 282.63º 0.61% 0.36% -
HSV(B) 282.63º 0.76% 0.59% -
XYZ 13.47 7.25 29.54 -
YUV 73.22 171.34 159.23 -
System Red Green Blue C M Y K H S L
Decimal 117 36 150 0.22 0.76 0 0.41 282.63 0.61 0.36
Hex 75 24 96 16 4C 0 29 11B 3D 24
Octal 165 44 226 26 114 0 51 433 75 44
Binary 1110101 100100 10010110 10110 1001100 0 101001 100011011 111101 100100

Color Harmonies of #752496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752496

Black with #752496

Text Example


Text Example

White with #752496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752496; }

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

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

background-color css

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

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

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

border-color css

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

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

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