Html Css Color HEX #742097 Vivid Violet

📋 copy color: '#742097'

red 116 ◦ green 32 ◦ blue 151

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

Shades of Vivid Violet #742097

Tints of Vivid Violet #742097

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.7%

 BLUE value IS 151 (59.38% from 255) = 50.5%

R = 38.8%
G = 10.7%
B = 50.5%

CMYK

 C value IS 0.23

 M value IS 0.79

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#742097 (or 0x742097) is known color: Vivid Violet. HEX triplet: 74, 20 and 97. RGB value is (116,32,151). Sum of RGB (Red+Green+Blue) = 116+32+151=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 151 (59.38% from 255 or 50.50% from 299); Max value from RGB is 151 - color contains mainly: blue. Hex color #742097 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742097 is #8BDF68. Grayscale: #464646. Windows color (decimal): -9166697 or 9904244. OLE color: 9904244.

HSL color Cylindrical-coordinate representation of color #742097: hue angle of 282.35º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #742097 is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 116 32 151 -
CMYK 0.23 0.79 0 0.41
HSL 282.35º 0.65% 0.36% -
HSV(B) 282.35º 0.79% 0.59% -
XYZ 13.3 6.98 29.92 -
YUV 70.68 173.33 160.32 -
System Red Green Blue C M Y K H S L
Decimal 116 32 151 0.23 0.79 0 0.41 282.35 0.65 0.36
Hex 74 20 97 17 4F 0 29 11A 41 24
Octal 164 40 227 27 117 0 51 432 101 44
Binary 1110100 100000 10010111 10111 1001111 0 101001 100011010 1000001 100100

Color Harmonies of #742097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742097

Black with #742097

Text Example


Text Example

White with #742097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742097; }

 p { color: rgb(116,32,151); }

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

background-color css

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

 a { background-color: rgb(116,32,151); }

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

border-color css

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

 span { border-color: rgb(116,32,151); }

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