Html Css Color HEX #752099 Vivid Violet

📋 copy color: '#752099'

red 117 ◦ green 32 ◦ blue 153

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

Shades of Vivid Violet #752099

Tints of Vivid Violet #752099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 50.66%

R = 38.74%
G = 10.6%
B = 50.66%

CMYK

 C value IS 0.24

 M value IS 0.79

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#752099 (or 0x752099) is known color: Vivid Violet. HEX triplet: 75, 20 and 99. RGB value is (117,32,153). Sum of RGB (Red+Green+Blue) = 117+32+153=302 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.74% from 302); Green value is 32 (12.89% from 255 or 10.60% from 302); Blue value is 153 (60.16% from 255 or 50.66% from 302); Max value from RGB is 153 - color contains mainly: blue. Hex color #752099 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752099 is #8ADF66. Grayscale: #464646. Windows color (decimal): -9101159 or 10035317. OLE color: 10035317.

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

Color convert

RGB 117 32 153 -
CMYK 0.24 0.79 0 0.4
HSL 282.15º 0.65% 0.36% -
HSV(B) 282.15º 0.79% 0.6% -
XYZ 13.6 7.11 30.79 -
YUV 71.21 174.16 160.66 -
System Red Green Blue C M Y K H S L
Decimal 117 32 153 0.24 0.79 0 0.4 282.15 0.65 0.36
Hex 75 20 99 18 4F 0 28 11A 41 24
Octal 165 40 231 30 117 0 50 432 101 44
Binary 1110101 100000 10011001 11000 1001111 0 101000 100011010 1000001 100100

Color Harmonies of #752099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752099

Black with #752099

Text Example


Text Example

White with #752099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752099; }

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

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

background-color css

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

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

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

border-color css

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

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

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