Html Css Color HEX #742397 Vivid Violet

📋 copy color: '#742397'

red 116 ◦ green 35 ◦ blue 151

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

Shades of Vivid Violet #742397

Tints of Vivid Violet #742397

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.59%

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

R = 38.41%
G = 11.59%
B = 50%

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

#742397 (or 0x742397) is known color: Vivid Violet. HEX triplet: 74, 23 and 97. RGB value is (116,35,151). Sum of RGB (Red+Green+Blue) = 116+35+151=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 35 (14.06% from 255 or 11.59% from 302); Blue value is 151 (59.38% from 255 or 50% from 302); Max value from RGB is 151 - color contains mainly: blue. Hex color #742397 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742397 is #8BDC68. Grayscale: #484848. Windows color (decimal): -9165929 or 9905012. OLE color: 9905012.

HSL color Cylindrical-coordinate representation of color #742397: hue angle of 281.9º degrees, saturation: 0.62, 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 #742397 is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 116 35 151 -
CMYK 0.23 0.77 0 0.41
HSL 281.9º 0.62% 0.36% -
HSV(B) 281.9º 0.77% 0.59% -
XYZ 13.39 7.15 29.95 -
YUV 72.44 172.34 159.07 -
System Red Green Blue C M Y K H S L
Decimal 116 35 151 0.23 0.77 0 0.41 281.9 0.62 0.36
Hex 74 23 97 17 4D 0 29 11A 3E 24
Octal 164 43 227 27 115 0 51 432 76 44
Binary 1110100 100011 10010111 10111 1001101 0 101001 100011010 111110 100100

Color Harmonies of #742397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742397

Black with #742397

Text Example


Text Example

White with #742397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742397; }

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

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

background-color css

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

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

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

border-color css

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

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

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