Html Css Color HEX #753093 Vivid Violet

📋 copy color: '#753093'

red 117 ◦ green 48 ◦ blue 147

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

Shades of Vivid Violet #753093

Tints of Vivid Violet #753093

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.38%

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

R = 37.5%
G = 15.38%
B = 47.12%

CMYK

 C value IS 0.20

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#753093 (or 0x753093) is known color: Vivid Violet. HEX triplet: 75, 30 and 93. RGB value is (117,48,147). Sum of RGB (Red+Green+Blue) = 117+48+147=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 147 (57.81% from 255 or 47.12% from 312); Max value from RGB is 147 - color contains mainly: blue. Hex color #753093 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753093 is #8ACF6C. Grayscale: #4F4F4F. Windows color (decimal): -9097069 or 9646197. OLE color: 9646197.

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

Color convert

RGB 117 48 147 -
CMYK 0.20 0.67 0 0.42
HSL 281.82º 0.51% 0.38% -
HSV(B) 281.82º 0.67% 0.58% -
XYZ 13.66 8 28.43 -
YUV 79.92 165.86 154.45 -
System Red Green Blue C M Y K H S L
Decimal 117 48 147 0.20 0.67 0 0.42 281.82 0.51 0.38
Hex 75 30 93 14 43 0 2A 11A 33 26
Octal 165 60 223 24 103 0 52 432 63 46
Binary 1110101 110000 10010011 10100 1000011 0 101010 100011010 110011 100110

Color Harmonies of #753093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753093

Black with #753093

Text Example


Text Example

White with #753093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753093; }

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

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

background-color css

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

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

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

border-color css

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

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

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