Html Css Color HEX #753891 Vivid Violet

📋 copy color: '#753891'

red 117 ◦ green 56 ◦ blue 145

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

Shades of Vivid Violet #753891

Tints of Vivid Violet #753891

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.61%

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

R = 36.79%
G = 17.61%
B = 45.6%

CMYK

 C value IS 0.19

 M value IS 0.61

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#753891 (or 0x753891) is known color: Vivid Violet. HEX triplet: 75, 38 and 91. RGB value is (117,56,145). Sum of RGB (Red+Green+Blue) = 117+56+145=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 56 (22.27% from 255 or 17.61% from 318); Blue value is 145 (57.03% from 255 or 45.60% from 318); Max value from RGB is 145 - color contains mainly: blue. Hex color #753891 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753891 is #8AC76E. Grayscale: #545454. Windows color (decimal): -9095023 or 9517173. OLE color: 9517173.

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

Color convert

RGB 117 56 145 -
CMYK 0.19 0.61 0 0.43
HSL 281.12º 0.44% 0.39% -
HSV(B) 281.12º 0.61% 0.57% -
XYZ 13.86 8.65 27.73 -
YUV 84.39 162.21 151.26 -
System Red Green Blue C M Y K H S L
Decimal 117 56 145 0.19 0.61 0 0.43 281.12 0.44 0.39
Hex 75 38 91 13 3D 0 2B 119 2C 27
Octal 165 70 221 23 75 0 53 431 54 47
Binary 1110101 111000 10010001 10011 111101 0 101011 100011001 101100 100111

Color Harmonies of #753891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753891

Black with #753891

Text Example


Text Example

White with #753891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753891; }

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

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

background-color css

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

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

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

border-color css

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

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

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