Html Css Color HEX #753595 Vivid Violet

📋 copy color: '#753595'

red 117 ◦ green 53 ◦ blue 149

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

Shades of Vivid Violet #753595

Tints of Vivid Violet #753595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 46.71%

R = 36.68%
G = 16.61%
B = 46.71%

CMYK

 C value IS 0.21

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#753595 (or 0x753595) is known color: Vivid Violet. HEX triplet: 75, 35 and 95. RGB value is (117,53,149). Sum of RGB (Red+Green+Blue) = 117+53+149=319 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.68% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 149 (58.59% from 255 or 46.71% from 319); Max value from RGB is 149 - color contains mainly: blue. Hex color #753595 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753595 is #8ACA6A. Grayscale: #525252. Windows color (decimal): -9095787 or 9778549. OLE color: 9778549.

HSL color Cylindrical-coordinate representation of color #753595: hue angle of 280º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #753595 is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 53 149 -
CMYK 0.21 0.64 0 0.42
HSL 280º 0.48% 0.4% -
HSV(B) 280º 0.64% 0.58% -
XYZ 14.03 8.5 29.33 -
YUV 83.08 165.2 152.19 -
System Red Green Blue C M Y K H S L
Decimal 117 53 149 0.21 0.64 0 0.42 280 0.48 0.4
Hex 75 35 95 15 40 0 2A 118 30 28
Octal 165 65 225 25 100 0 52 430 60 50
Binary 1110101 110101 10010101 10101 1000000 0 101010 100011000 110000 101000

Color Harmonies of #753595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753595

Black with #753595

Text Example


Text Example

White with #753595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753595; }

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

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

background-color css

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

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

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

border-color css

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

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

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