Html Css Color HEX #753591 Vivid Violet

📋 copy color: '#753591'

red 117 ◦ green 53 ◦ blue 145

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

Shades of Vivid Violet #753591

Tints of Vivid Violet #753591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 46.03%

R = 37.14%
G = 16.83%
B = 46.03%

CMYK

 C value IS 0.19

 M value IS 0.63

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#753591 (or 0x753591) is known color: Vivid Violet. HEX triplet: 75, 35 and 91. RGB value is (117,53,145). Sum of RGB (Red+Green+Blue) = 117+53+145=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 145 (57.03% from 255 or 46.03% from 315); Max value from RGB is 145 - color contains mainly: blue. Hex color #753591 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753591 is #8ACA6E. Grayscale: #525252. Windows color (decimal): -9095791 or 9516405. OLE color: 9516405.

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

Color convert

RGB 117 53 145 -
CMYK 0.19 0.63 0 0.43
HSL 281.74º 0.46% 0.39% -
HSV(B) 281.74º 0.63% 0.57% -
XYZ 13.72 8.37 27.68 -
YUV 82.62 163.2 152.52 -
System Red Green Blue C M Y K H S L
Decimal 117 53 145 0.19 0.63 0 0.43 281.74 0.46 0.39
Hex 75 35 91 13 3F 0 2B 11A 2E 27
Octal 165 65 221 23 77 0 53 432 56 47
Binary 1110101 110101 10010001 10011 111111 0 101011 100011010 101110 100111

Color Harmonies of #753591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753591

Black with #753591

Text Example


Text Example

White with #753591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753591; }

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

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

background-color css

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

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

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

border-color css

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

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

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