Html Css Color HEX #742591 Vivid Violet

📋 copy color: '#742591'

red 116 ◦ green 37 ◦ blue 145

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

Shades of Vivid Violet #742591

Tints of Vivid Violet #742591

RGB

 RED value IS 116 (45.7% from 255) = 38.93%

 GREEN value IS 37 (14.84% from 255) = 12.42%

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

R = 38.93%
G = 12.42%
B = 48.66%

CMYK

 C value IS 0.2

 M value IS 0.74

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#742591 (or 0x742591) is known color: Vivid Violet. HEX triplet: 74, 25 and 91. RGB value is (116,37,145). Sum of RGB (Red+Green+Blue) = 116+37+145=298 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.93% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 145 (57.03% from 255 or 48.66% from 298); Max value from RGB is 145 - color contains mainly: blue. Hex color #742591 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742591 is #8BDA6E. Grayscale: #484848. Windows color (decimal): -9165423 or 9512308. OLE color: 9512308.

HSL color Cylindrical-coordinate representation of color #742591: hue angle of 283.89º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #742591 is Cyan = 0.2, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 37 145 -
CMYK 0.2 0.74 0 0.43
HSL 283.89º 0.59% 0.36% -
HSV(B) 283.89º 0.74% 0.57% -
XYZ 12.97 7.08 27.47 -
YUV 72.93 168.67 158.72 -
System Red Green Blue C M Y K H S L
Decimal 116 37 145 0.2 0.74 0 0.43 283.89 0.59 0.36
Hex 74 25 91 14 4A 0 2B 11C 3B 24
Octal 164 45 221 24 112 0 53 434 73 44
Binary 1110100 100101 10010001 10100 1001010 0 101011 100011100 111011 100100

Color Harmonies of #742591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742591

Black with #742591

Text Example


Text Example

White with #742591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742591; }

 p { color: rgb(116,37,145); }

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

background-color css

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

 a { background-color: rgb(116,37,145); }

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

border-color css

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

 span { border-color: rgb(116,37,145); }

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