Html Css Color HEX #753194 Vivid Violet

📋 copy color: '#753194'

red 117 ◦ green 49 ◦ blue 148

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

Shades of Vivid Violet #753194

Tints of Vivid Violet #753194

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.61%

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

R = 37.26%
G = 15.61%
B = 47.13%

CMYK

 C value IS 0.21

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#753194 (or 0x753194) is known color: Vivid Violet. HEX triplet: 75, 31 and 94. RGB value is (117,49,148). Sum of RGB (Red+Green+Blue) = 117+49+148=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 148 (58.20% from 255 or 47.13% from 314); Max value from RGB is 148 - color contains mainly: blue. Hex color #753194 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753194 is #8ACE6B. Grayscale: #505050. Windows color (decimal): -9096812 or 9711989. OLE color: 9711989.

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

Color convert

RGB 117 49 148 -
CMYK 0.21 0.67 0 0.42
HSL 281.21º 0.5% 0.39% -
HSV(B) 281.21º 0.67% 0.58% -
XYZ 13.78 8.12 28.86 -
YUV 80.62 166.03 153.95 -
System Red Green Blue C M Y K H S L
Decimal 117 49 148 0.21 0.67 0 0.42 281.21 0.5 0.39
Hex 75 31 94 15 43 0 2A 119 32 27
Octal 165 61 224 25 103 0 52 431 62 47
Binary 1110101 110001 10010100 10101 1000011 0 101010 100011001 110010 100111

Color Harmonies of #753194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753194

Black with #753194

Text Example


Text Example

White with #753194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753194; }

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

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

background-color css

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

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

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

border-color css

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

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

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