Html Css Color HEX #752396 Vivid Violet

📋 copy color: '#752396'

red 117 ◦ green 35 ◦ blue 150

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

Shades of Vivid Violet #752396

Tints of Vivid Violet #752396

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.59%

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

R = 38.74%
G = 11.59%
B = 49.67%

CMYK

 C value IS 0.22

 M value IS 0.77

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#752396 (or 0x752396) is known color: Vivid Violet. HEX triplet: 75, 23 and 96. RGB value is (117,35,150). Sum of RGB (Red+Green+Blue) = 117+35+150=302 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.74% from 302); Green value is 35 (14.06% from 255 or 11.59% from 302); Blue value is 150 (58.98% from 255 or 49.67% from 302); Max value from RGB is 150 - color contains mainly: blue. Hex color #752396 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752396 is #8ADC69. Grayscale: #484848. Windows color (decimal): -9100394 or 9839477. OLE color: 9839477.

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

Color convert

RGB 117 35 150 -
CMYK 0.22 0.77 0 0.41
HSL 282.78º 0.62% 0.36% -
HSV(B) 282.78º 0.77% 0.59% -
XYZ 13.44 7.19 29.53 -
YUV 72.63 171.67 159.65 -
System Red Green Blue C M Y K H S L
Decimal 117 35 150 0.22 0.77 0 0.41 282.78 0.62 0.36
Hex 75 23 96 16 4D 0 29 11B 3E 24
Octal 165 43 226 26 115 0 51 433 76 44
Binary 1110101 100011 10010110 10110 1001101 0 101001 100011011 111110 100100

Color Harmonies of #752396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752396

Black with #752396

Text Example


Text Example

White with #752396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752396; }

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

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

background-color css

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

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

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

border-color css

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

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

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