Html Css Color HEX #753291 Vivid Violet

📋 copy color: '#753291'

red 117 ◦ green 50 ◦ blue 145

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

Shades of Vivid Violet #753291

Tints of Vivid Violet #753291

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.03%

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

R = 37.5%
G = 16.03%
B = 46.47%

CMYK

 C value IS 0.19

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#753291 (or 0x753291) is known color: Vivid Violet. HEX triplet: 75, 32 and 91. RGB value is (117,50,145). Sum of RGB (Red+Green+Blue) = 117+50+145=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 50 (19.92% from 255 or 16.03% from 312); Blue value is 145 (57.03% from 255 or 46.47% from 312); Max value from RGB is 145 - color contains mainly: blue. Hex color #753291 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753291 is #8ACD6E. Grayscale: #505050. Windows color (decimal): -9096559 or 9515637. OLE color: 9515637.

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

Color convert

RGB 117 50 145 -
CMYK 0.19 0.66 0 0.43
HSL 282.32º 0.49% 0.38% -
HSV(B) 282.32º 0.66% 0.57% -
XYZ 13.59 8.11 27.64 -
YUV 80.86 164.2 153.78 -
System Red Green Blue C M Y K H S L
Decimal 117 50 145 0.19 0.66 0 0.43 282.32 0.49 0.38
Hex 75 32 91 13 42 0 2B 11A 31 26
Octal 165 62 221 23 102 0 53 432 61 46
Binary 1110101 110010 10010001 10011 1000010 0 101011 100011010 110001 100110

Color Harmonies of #753291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753291

Black with #753291

Text Example


Text Example

White with #753291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753291; }

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

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

background-color css

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

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

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

border-color css

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

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

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