Html Css Color HEX #753391 Vivid Violet

📋 copy color: '#753391'

red 117 ◦ green 51 ◦ blue 145

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

Shades of Vivid Violet #753391

Tints of Vivid Violet #753391

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.29%

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

R = 37.38%
G = 16.29%
B = 46.33%

CMYK

 C value IS 0.19

 M value IS 0.65

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#753391 (or 0x753391) is known color: Vivid Violet. HEX triplet: 75, 33 and 91. RGB value is (117,51,145). Sum of RGB (Red+Green+Blue) = 117+51+145=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 145 (57.03% from 255 or 46.33% from 313); Max value from RGB is 145 - color contains mainly: blue. Hex color #753391 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753391 is #8ACC6E. Grayscale: #515151. Windows color (decimal): -9096303 or 9515893. OLE color: 9515893.

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

Color convert

RGB 117 51 145 -
CMYK 0.19 0.65 0 0.43
HSL 282.13º 0.48% 0.38% -
HSV(B) 282.13º 0.65% 0.57% -
XYZ 13.63 8.19 27.65 -
YUV 81.45 163.87 153.36 -
System Red Green Blue C M Y K H S L
Decimal 117 51 145 0.19 0.65 0 0.43 282.13 0.48 0.38
Hex 75 33 91 13 41 0 2B 11A 30 26
Octal 165 63 221 23 101 0 53 432 60 46
Binary 1110101 110011 10010001 10011 1000001 0 101011 100011010 110000 100110

Color Harmonies of #753391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753391

Black with #753391

Text Example


Text Example

White with #753391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753391; }

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

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

background-color css

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

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

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

border-color css

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

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

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