Html Css Color HEX #753895 Vivid Violet

📋 copy color: '#753895'

red 117 ◦ green 56 ◦ blue 149

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

Shades of Vivid Violet #753895

Tints of Vivid Violet #753895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 46.27%

R = 36.34%
G = 17.39%
B = 46.27%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#753895 (or 0x753895) is known color: Vivid Violet. HEX triplet: 75, 38 and 95. RGB value is (117,56,149). Sum of RGB (Red+Green+Blue) = 117+56+149=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 56 (22.27% from 255 or 17.39% from 322); Blue value is 149 (58.59% from 255 or 46.27% from 322); Max value from RGB is 149 - color contains mainly: blue. Hex color #753895 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753895 is #8AC76A. Grayscale: #545454. Windows color (decimal): -9095019 or 9779317. OLE color: 9779317.

HSL color Cylindrical-coordinate representation of color #753895: hue angle of 279.35º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #753895 is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 56 149 -
CMYK 0.21 0.62 0 0.42
HSL 279.35º 0.45% 0.4% -
HSV(B) 279.35º 0.62% 0.58% -
XYZ 14.18 8.78 29.38 -
YUV 84.84 164.21 150.94 -
System Red Green Blue C M Y K H S L
Decimal 117 56 149 0.21 0.62 0 0.42 279.35 0.45 0.4
Hex 75 38 95 15 3E 0 2A 117 2D 28
Octal 165 70 225 25 76 0 52 427 55 50
Binary 1110101 111000 10010101 10101 111110 0 101010 100010111 101101 101000

Color Harmonies of #753895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753895

Black with #753895

Text Example


Text Example

White with #753895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753895; }

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

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

background-color css

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

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

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

border-color css

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

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

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