Html Css Color HEX #753699 Vivid Violet

📋 copy color: '#753699'

red 117 ◦ green 54 ◦ blue 153

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

Shades of Vivid Violet #753699

Tints of Vivid Violet #753699

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.67%

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

R = 36.11%
G = 16.67%
B = 47.22%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#753699 (or 0x753699) is known color: Vivid Violet. HEX triplet: 75, 36 and 99. RGB value is (117,54,153). Sum of RGB (Red+Green+Blue) = 117+54+153=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 54 (21.48% from 255 or 16.67% from 324); Blue value is 153 (60.16% from 255 or 47.22% from 324); Max value from RGB is 153 - color contains mainly: blue. Hex color #753699 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753699 is #8AC966. Grayscale: #535353. Windows color (decimal): -9095527 or 10040949. OLE color: 10040949.

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

Color convert

RGB 117 54 153 -
CMYK 0.24 0.65 0 0.4
HSL 278.18º 0.48% 0.41% -
HSV(B) 278.18º 0.65% 0.6% -
XYZ 14.41 8.72 31.06 -
YUV 84.12 166.87 151.45 -
System Red Green Blue C M Y K H S L
Decimal 117 54 153 0.24 0.65 0 0.4 278.18 0.48 0.41
Hex 75 36 99 18 41 0 28 116 30 29
Octal 165 66 231 30 101 0 50 426 60 51
Binary 1110101 110110 10011001 11000 1000001 0 101000 100010110 110000 101001

Color Harmonies of #753699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753699

Black with #753699

Text Example


Text Example

White with #753699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753699; }

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

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

background-color css

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

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

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

border-color css

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

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

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