Html Css Color HEX #753091 Vivid Violet

📋 copy color: '#753091'

red 117 ◦ green 48 ◦ blue 145

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

Shades of Vivid Violet #753091

Tints of Vivid Violet #753091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 46.77%

R = 37.74%
G = 15.48%
B = 46.77%

CMYK

 C value IS 0.19

 M value IS 0.67

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#753091 (or 0x753091) is known color: Vivid Violet. HEX triplet: 75, 30 and 91. RGB value is (117,48,145). Sum of RGB (Red+Green+Blue) = 117+48+145=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 145 (57.03% from 255 or 46.77% from 310); Max value from RGB is 145 - color contains mainly: blue. Hex color #753091 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753091 is #8ACF6E. Grayscale: #4F4F4F. Windows color (decimal): -9097071 or 9515125. OLE color: 9515125.

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

Color convert

RGB 117 48 145 -
CMYK 0.19 0.67 0 0.43
HSL 282.68º 0.5% 0.38% -
HSV(B) 282.68º 0.67% 0.57% -
XYZ 13.5 7.94 27.61 -
YUV 79.69 164.86 154.61 -
System Red Green Blue C M Y K H S L
Decimal 117 48 145 0.19 0.67 0 0.43 282.68 0.5 0.38
Hex 75 30 91 13 43 0 2B 11B 32 26
Octal 165 60 221 23 103 0 53 433 62 46
Binary 1110101 110000 10010001 10011 1000011 0 101011 100011011 110010 100110

Color Harmonies of #753091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753091

Black with #753091

Text Example


Text Example

White with #753091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753091; }

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

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

background-color css

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

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

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

border-color css

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

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

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