Html Css Color HEX #753890 Vivid Violet

📋 copy color: '#753890'

red 117 ◦ green 56 ◦ blue 144

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

Shades of Vivid Violet #753890

Tints of Vivid Violet #753890

RGB

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

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

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

R = 36.91%
G = 17.67%
B = 45.43%

CMYK

 C value IS 0.19

 M value IS 0.61

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#753890 (or 0x753890) is known color: Vivid Violet. HEX triplet: 75, 38 and 90. RGB value is (117,56,144). Sum of RGB (Red+Green+Blue) = 117+56+144=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 56 (22.27% from 255 or 17.67% from 317); Blue value is 144 (56.64% from 255 or 45.43% from 317); Max value from RGB is 144 - color contains mainly: blue. Hex color #753890 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753890 is #8AC76F. Grayscale: #535353. Windows color (decimal): -9095024 or 9451637. OLE color: 9451637.

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

Color convert

RGB 117 56 144 -
CMYK 0.19 0.61 0 0.44
HSL 281.59º 0.44% 0.39% -
HSV(B) 281.59º 0.61% 0.56% -
XYZ 13.78 8.62 27.32 -
YUV 84.27 161.71 151.34 -
System Red Green Blue C M Y K H S L
Decimal 117 56 144 0.19 0.61 0 0.44 281.59 0.44 0.39
Hex 75 38 90 13 3D 0 2C 11A 2C 27
Octal 165 70 220 23 75 0 54 432 54 47
Binary 1110101 111000 10010000 10011 111101 0 101100 100011010 101100 100111

Color Harmonies of #753890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753890

Black with #753890

Text Example


Text Example

White with #753890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753890; }

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

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

background-color css

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

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

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

border-color css

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

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

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