Html Css Color HEX #754091 Vivid Violet

📋 copy color: '#754091'

red 117 ◦ green 64 ◦ blue 145

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

Shades of Vivid Violet #754091

Tints of Vivid Violet #754091

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.63%

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

R = 35.89%
G = 19.63%
B = 44.48%

CMYK

 C value IS 0.19

 M value IS 0.56

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#754091 (or 0x754091) is known color: Vivid Violet. HEX triplet: 75, 40 and 91. RGB value is (117,64,145). Sum of RGB (Red+Green+Blue) = 117+64+145=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 145 (57.03% from 255 or 44.48% from 326); Max value from RGB is 145 - color contains mainly: blue. Hex color #754091 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754091 is #8ABF6E. Grayscale: #585858. Windows color (decimal): -9092975 or 9519221. OLE color: 9519221.

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

Color convert

RGB 117 64 145 -
CMYK 0.19 0.56 0 0.43
HSL 279.26º 0.39% 0.41% -
HSV(B) 279.26º 0.56% 0.57% -
XYZ 14.28 9.49 27.87 -
YUV 89.08 159.56 147.91 -
System Red Green Blue C M Y K H S L
Decimal 117 64 145 0.19 0.56 0 0.43 279.26 0.39 0.41
Hex 75 40 91 13 38 0 2B 117 27 29
Octal 165 100 221 23 70 0 53 427 47 51
Binary 1110101 1000000 10010001 10011 111000 0 101011 100010111 100111 101001

Color Harmonies of #754091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754091

Black with #754091

Text Example


Text Example

White with #754091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754091; }

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

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

background-color css

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

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

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

border-color css

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

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

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