Html Css Color HEX #753795 Vivid Violet

📋 copy color: '#753795'

red 117 ◦ green 55 ◦ blue 149

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

Shades of Vivid Violet #753795

Tints of Vivid Violet #753795

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.13%

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

R = 36.45%
G = 17.13%
B = 46.42%

CMYK

 C value IS 0.21

 M value IS 0.63

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#753795 (or 0x753795) is known color: Vivid Violet. HEX triplet: 75, 37 and 95. RGB value is (117,55,149). Sum of RGB (Red+Green+Blue) = 117+55+149=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 55 (21.88% from 255 or 17.13% from 321); Blue value is 149 (58.59% from 255 or 46.42% from 321); Max value from RGB is 149 - color contains mainly: blue. Hex color #753795 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753795 is #8AC86A. Grayscale: #535353. Windows color (decimal): -9095275 or 9779061. OLE color: 9779061.

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

Color convert

RGB 117 55 149 -
CMYK 0.21 0.63 0 0.42
HSL 279.57º 0.46% 0.4% -
HSV(B) 279.57º 0.63% 0.58% -
XYZ 14.13 8.68 29.37 -
YUV 84.25 164.54 151.36 -
System Red Green Blue C M Y K H S L
Decimal 117 55 149 0.21 0.63 0 0.42 279.57 0.46 0.4
Hex 75 37 95 15 3F 0 2A 118 2E 28
Octal 165 67 225 25 77 0 52 430 56 50
Binary 1110101 110111 10010101 10101 111111 0 101010 100011000 101110 101000

Color Harmonies of #753795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753795

Black with #753795

Text Example


Text Example

White with #753795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753795; }

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

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

background-color css

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

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

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

border-color css

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

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

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