Html Css Color HEX #753590 Vivid Violet

📋 copy color: '#753590'

red 117 ◦ green 53 ◦ blue 144

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

Shades of Vivid Violet #753590

Tints of Vivid Violet #753590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 45.86%

R = 37.26%
G = 16.88%
B = 45.86%

CMYK

 C value IS 0.19

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#753590 (or 0x753590) is known color: Vivid Violet. HEX triplet: 75, 35 and 90. RGB value is (117,53,144). Sum of RGB (Red+Green+Blue) = 117+53+144=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 144 (56.64% from 255 or 45.86% from 314); Max value from RGB is 144 - color contains mainly: blue. Hex color #753590 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753590 is #8ACA6F. Grayscale: #525252. Windows color (decimal): -9095792 or 9450869. OLE color: 9450869.

HSL color Cylindrical-coordinate representation of color #753590: hue angle of 282.2º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #753590 is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 53 144 -
CMYK 0.19 0.63 0 0.44
HSL 282.2º 0.46% 0.39% -
HSV(B) 282.2º 0.63% 0.56% -
XYZ 13.64 8.34 27.28 -
YUV 82.51 162.7 152.6 -
System Red Green Blue C M Y K H S L
Decimal 117 53 144 0.19 0.63 0 0.44 282.2 0.46 0.39
Hex 75 35 90 13 3F 0 2C 11A 2E 27
Octal 165 65 220 23 77 0 54 432 56 47
Binary 1110101 110101 10010000 10011 111111 0 101100 100011010 101110 100111

Color Harmonies of #753590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753590

Black with #753590

Text Example


Text Example

White with #753590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753590; }

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

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

background-color css

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

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

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

border-color css

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

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

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