Html Css Color HEX #742495 Vivid Violet

📋 copy color: '#742495'

red 116 ◦ green 36 ◦ blue 149

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

Shades of Vivid Violet #742495

Tints of Vivid Violet #742495

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.96%

 BLUE value IS 149 (58.59% from 255) = 49.5%

R = 38.54%
G = 11.96%
B = 49.5%

CMYK

 C value IS 0.22

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#742495 (or 0x742495) is known color: Vivid Violet. HEX triplet: 74, 24 and 95. RGB value is (116,36,149). Sum of RGB (Red+Green+Blue) = 116+36+149=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 149 (58.59% from 255 or 49.50% from 301); Max value from RGB is 149 - color contains mainly: blue. Hex color #742495 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742495 is #8BDB6A. Grayscale: #484848. Windows color (decimal): -9165675 or 9774196. OLE color: 9774196.

HSL color Cylindrical-coordinate representation of color #742495: hue angle of 282.48º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #742495 is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 36 149 -
CMYK 0.22 0.76 0 0.42
HSL 282.48º 0.61% 0.36% -
HSV(B) 282.48º 0.76% 0.58% -
XYZ 13.26 7.14 29.11 -
YUV 72.8 171 158.81 -
System Red Green Blue C M Y K H S L
Decimal 116 36 149 0.22 0.76 0 0.42 282.48 0.61 0.36
Hex 74 24 95 16 4C 0 2A 11A 3D 24
Octal 164 44 225 26 114 0 52 432 75 44
Binary 1110100 100100 10010101 10110 1001100 0 101010 100011010 111101 100100

Color Harmonies of #742495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742495

Black with #742495

Text Example


Text Example

White with #742495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742495; }

 p { color: rgb(116,36,149); }

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

background-color css

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

 a { background-color: rgb(116,36,149); }

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

border-color css

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

 span { border-color: rgb(116,36,149); }

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