Html Css Color HEX #742297 Vivid Violet

📋 copy color: '#742297'

red 116 ◦ green 34 ◦ blue 151

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

Shades of Vivid Violet #742297

Tints of Vivid Violet #742297

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.3%

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

R = 38.54%
G = 11.3%
B = 50.17%

CMYK

 C value IS 0.23

 M value IS 0.77

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#742297 (or 0x742297) is known color: Vivid Violet. HEX triplet: 74, 22 and 97. RGB value is (116,34,151). Sum of RGB (Red+Green+Blue) = 116+34+151=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 34 (13.67% from 255 or 11.30% from 301); Blue value is 151 (59.38% from 255 or 50.17% from 301); Max value from RGB is 151 - color contains mainly: blue. Hex color #742297 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742297 is #8BDD68. Grayscale: #474747. Windows color (decimal): -9166185 or 9904756. OLE color: 9904756.

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

Color convert

RGB 116 34 151 -
CMYK 0.23 0.77 0 0.41
HSL 282.05º 0.63% 0.36% -
HSV(B) 282.05º 0.77% 0.59% -
XYZ 13.36 7.09 29.94 -
YUV 71.86 172.67 159.49 -
System Red Green Blue C M Y K H S L
Decimal 116 34 151 0.23 0.77 0 0.41 282.05 0.63 0.36
Hex 74 22 97 17 4D 0 29 11A 3F 24
Octal 164 42 227 27 115 0 51 432 77 44
Binary 1110100 100010 10010111 10111 1001101 0 101001 100011010 111111 100100

Color Harmonies of #742297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742297

Black with #742297

Text Example


Text Example

White with #742297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742297; }

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

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

background-color css

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

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

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

border-color css

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

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

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