Html Css Color HEX #753599 Vivid Violet

📋 copy color: '#753599'

red 117 ◦ green 53 ◦ blue 153

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

Shades of Vivid Violet #753599

Tints of Vivid Violet #753599

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.41%

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

R = 36.22%
G = 16.41%
B = 47.37%

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

#753599 (or 0x753599) is known color: Vivid Violet. HEX triplet: 75, 35 and 99. RGB value is (117,53,153). Sum of RGB (Red+Green+Blue) = 117+53+153=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 53 (21.09% from 255 or 16.41% from 323); Blue value is 153 (60.16% from 255 or 47.37% from 323); Max value from RGB is 153 - color contains mainly: blue. Hex color #753599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753599 is #8ACA66. Grayscale: #535353. Windows color (decimal): -9095783 or 10040693. OLE color: 10040693.

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

Color convert

RGB 117 53 153 -
CMYK 0.24 0.65 0 0.4
HSL 278.4º 0.49% 0.4% -
HSV(B) 278.4º 0.65% 0.6% -
XYZ 14.36 8.63 31.05 -
YUV 83.54 167.2 151.87 -
System Red Green Blue C M Y K H S L
Decimal 117 53 153 0.24 0.65 0 0.4 278.4 0.49 0.4
Hex 75 35 99 18 41 0 28 116 31 28
Octal 165 65 231 30 101 0 50 426 61 50
Binary 1110101 110101 10011001 11000 1000001 0 101000 100010110 110001 101000

Color Harmonies of #753599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753599

Black with #753599

Text Example


Text Example

White with #753599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753599; }

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

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

background-color css

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

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

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

border-color css

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

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

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