Html Css Color HEX #753493 Vivid Violet

📋 copy color: '#753493'

red 117 ◦ green 52 ◦ blue 147

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

Shades of Vivid Violet #753493

Tints of Vivid Violet #753493

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.46%

 BLUE value IS 147 (57.81% from 255) = 46.52%

R = 37.03%
G = 16.46%
B = 46.52%

CMYK

 C value IS 0.20

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#753493 (or 0x753493) is known color: Vivid Violet. HEX triplet: 75, 34 and 93. RGB value is (117,52,147). Sum of RGB (Red+Green+Blue) = 117+52+147=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 147 (57.81% from 255 or 46.52% from 316); Max value from RGB is 147 - color contains mainly: blue. Hex color #753493 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753493 is #8ACB6C. Grayscale: #515151. Windows color (decimal): -9096045 or 9647221. OLE color: 9647221.

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

Color convert

RGB 117 52 147 -
CMYK 0.20 0.65 0 0.42
HSL 281.05º 0.48% 0.39% -
HSV(B) 281.05º 0.65% 0.58% -
XYZ 13.83 8.34 28.49 -
YUV 82.27 164.53 152.78 -
System Red Green Blue C M Y K H S L
Decimal 117 52 147 0.20 0.65 0 0.42 281.05 0.48 0.39
Hex 75 34 93 14 41 0 2A 119 30 27
Octal 165 64 223 24 101 0 52 431 60 47
Binary 1110101 110100 10010011 10100 1000001 0 101010 100011001 110000 100111

Color Harmonies of #753493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753493

Black with #753493

Text Example


Text Example

White with #753493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753493; }

 p { color: rgb(117,52,147); }

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

background-color css

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

 a { background-color: rgb(117,52,147); }

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

border-color css

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

 span { border-color: rgb(117,52,147); }

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