Html Css Color HEX #753794 Vivid Violet

📋 copy color: '#753794'

red 117 ◦ green 55 ◦ blue 148

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

Shades of Vivid Violet #753794

Tints of Vivid Violet #753794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 46.25%

R = 36.56%
G = 17.19%
B = 46.25%

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

#753794 (or 0x753794) is known color: Vivid Violet. HEX triplet: 75, 37 and 94. RGB value is (117,55,148). Sum of RGB (Red+Green+Blue) = 117+55+148=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 55 (21.88% from 255 or 17.19% from 320); Blue value is 148 (58.20% from 255 or 46.25% from 320); Max value from RGB is 148 - color contains mainly: blue. Hex color #753794 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753794 is #8AC86B. Grayscale: #535353. Windows color (decimal): -9095276 or 9713525. OLE color: 9713525.

HSL color Cylindrical-coordinate representation of color #753794: hue angle of 280º 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 #753794 is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 55 148 -
CMYK 0.21 0.63 0 0.42
HSL 280º 0.46% 0.4% -
HSV(B) 280º 0.63% 0.58% -
XYZ 14.05 8.65 28.95 -
YUV 84.14 164.04 151.44 -
System Red Green Blue C M Y K H S L
Decimal 117 55 148 0.21 0.63 0 0.42 280 0.46 0.4
Hex 75 37 94 15 3F 0 2A 118 2E 28
Octal 165 67 224 25 77 0 52 430 56 50
Binary 1110101 110111 10010100 10101 111111 0 101010 100011000 101110 101000

Color Harmonies of #753794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753794

Black with #753794

Text Example


Text Example

White with #753794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753794; }

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

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

background-color css

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

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

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

border-color css

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

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

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