Html Css Color HEX #753090 Vivid Violet

📋 copy color: '#753090'

red 117 ◦ green 48 ◦ blue 144

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

Shades of Vivid Violet #753090

Tints of Vivid Violet #753090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 46.6%

R = 37.86%
G = 15.53%
B = 46.6%

CMYK

 C value IS 0.19

 M value IS 0.67

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#753090 (or 0x753090) is known color: Vivid Violet. HEX triplet: 75, 30 and 90. RGB value is (117,48,144). Sum of RGB (Red+Green+Blue) = 117+48+144=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 48 (19.14% from 255 or 15.53% from 309); Blue value is 144 (56.64% from 255 or 46.60% from 309); Max value from RGB is 144 - color contains mainly: blue. Hex color #753090 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753090 is #8ACF6F. Grayscale: #4F4F4F. Windows color (decimal): -9097072 or 9449589. OLE color: 9449589.

HSL color Cylindrical-coordinate representation of color #753090: hue angle of 283.12º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #753090 is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 48 144 -
CMYK 0.19 0.67 0 0.44
HSL 283.13º 0.5% 0.38% -
HSV(B) 283.13º 0.67% 0.56% -
XYZ 13.43 7.91 27.2 -
YUV 79.58 164.36 154.69 -
System Red Green Blue C M Y K H S L
Decimal 117 48 144 0.19 0.67 0 0.44 283.13 0.5 0.38
Hex 75 30 90 13 43 0 2C 11B 32 26
Octal 165 60 220 23 103 0 54 433 62 46
Binary 1110101 110000 10010000 10011 1000011 0 101100 100011011 110010 100110

Color Harmonies of #753090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753090

Black with #753090

Text Example


Text Example

White with #753090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753090; }

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

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

background-color css

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

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

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

border-color css

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

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

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