Html Css Color HEX #752B99 Vivid Violet

📋 copy color: '#752B99'

red 117 ◦ green 43 ◦ blue 153

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

Shades of Vivid Violet #752B99

Tints of Vivid Violet #752B99

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.74%

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

R = 37.38%
G = 13.74%
B = 48.88%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#752B99 (or 0x752B99) is known color: Vivid Violet. HEX triplet: 75, 2B and 99. RGB value is (117,43,153). Sum of RGB (Red+Green+Blue) = 117+43+153=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 43 (17.19% from 255 or 13.74% from 313); Blue value is 153 (60.16% from 255 or 48.88% from 313); Max value from RGB is 153 - color contains mainly: blue. Hex color #752B99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752B99 is #8AD466. Grayscale: #4D4D4D. Windows color (decimal): -9098343 or 10038133. OLE color: 10038133.

HSL color Cylindrical-coordinate representation of color #752B99: hue angle of 280.36º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #752B99 is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 117 43 153 -
CMYK 0.24 0.72 0 0.4
HSL 280.36º 0.56% 0.38% -
HSV(B) 280.36º 0.72% 0.6% -
XYZ 13.95 7.81 30.91 -
YUV 77.67 170.52 156.06 -
System Red Green Blue C M Y K H S L
Decimal 117 43 153 0.24 0.72 0 0.4 280.36 0.56 0.38
Hex 75 2B 99 18 48 0 28 118 38 26
Octal 165 53 231 30 110 0 50 430 70 46
Binary 1110101 101011 10011001 11000 1001000 0 101000 100011000 111000 100110

Color Harmonies of #752B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752B99

Black with #752B99

Text Example


Text Example

White with #752B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752B99; }

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

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

background-color css

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

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

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

border-color css

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

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

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