Html Css Color HEX #753393 Vivid Violet

📋 copy color: '#753393'

red 117 ◦ green 51 ◦ blue 147

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

Shades of Vivid Violet #753393

Tints of Vivid Violet #753393

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.19%

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

R = 37.14%
G = 16.19%
B = 46.67%

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

#753393 (or 0x753393) is known color: Vivid Violet. HEX triplet: 75, 33 and 93. RGB value is (117,51,147). Sum of RGB (Red+Green+Blue) = 117+51+147=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 147 (57.81% from 255 or 46.67% from 315); Max value from RGB is 147 - color contains mainly: blue. Hex color #753393 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753393 is #8ACC6C. Grayscale: #515151. Windows color (decimal): -9096301 or 9646965. OLE color: 9646965.

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

Color convert

RGB 117 51 147 -
CMYK 0.20 0.65 0 0.42
HSL 281.25º 0.48% 0.39% -
HSV(B) 281.25º 0.65% 0.58% -
XYZ 13.79 8.26 28.47 -
YUV 81.68 164.87 153.19 -
System Red Green Blue C M Y K H S L
Decimal 117 51 147 0.20 0.65 0 0.42 281.25 0.48 0.39
Hex 75 33 93 14 41 0 2A 119 30 27
Octal 165 63 223 24 101 0 52 431 60 47
Binary 1110101 110011 10010011 10100 1000001 0 101010 100011001 110000 100111

Color Harmonies of #753393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753393

Black with #753393

Text Example


Text Example

White with #753393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753393; }

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

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

background-color css

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

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

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

border-color css

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

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

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