Html Css Color HEX #752F99 Vivid Violet

📋 copy color: '#752F99'

red 117 ◦ green 47 ◦ blue 153

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

Shades of Vivid Violet #752F99

Tints of Vivid Violet #752F99

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.83%

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

R = 36.91%
G = 14.83%
B = 48.26%

CMYK

 C value IS 0.24

 M value IS 0.69

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#752F99 (or 0x752F99) is known color: Vivid Violet. HEX triplet: 75, 2F and 99. RGB value is (117,47,153). Sum of RGB (Red+Green+Blue) = 117+47+153=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 47 (18.75% from 255 or 14.83% from 317); Blue value is 153 (60.16% from 255 or 48.26% from 317); Max value from RGB is 153 - color contains mainly: blue. Hex color #752F99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752F99 is #8AD066. Grayscale: #4F4F4F. Windows color (decimal): -9097319 or 10039157. OLE color: 10039157.

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

Color convert

RGB 117 47 153 -
CMYK 0.24 0.69 0 0.4
HSL 279.62º 0.53% 0.39% -
HSV(B) 279.62º 0.69% 0.6% -
XYZ 14.1 8.11 30.96 -
YUV 80.01 169.19 154.38 -
System Red Green Blue C M Y K H S L
Decimal 117 47 153 0.24 0.69 0 0.4 279.62 0.53 0.39
Hex 75 2F 99 18 45 0 28 118 35 27
Octal 165 57 231 30 105 0 50 430 65 47
Binary 1110101 101111 10011001 11000 1000101 0 101000 100011000 110101 100111

Color Harmonies of #752F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752F99

Black with #752F99

Text Example


Text Example

White with #752F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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