Html Css Color HEX #74348D Vivid Violet

📋 copy color: '#74348D'

red 116 ◦ green 52 ◦ blue 141

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

Shades of Vivid Violet #74348D

Tints of Vivid Violet #74348D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.83%

 BLUE value IS 141 (55.47% from 255) = 45.63%

R = 37.54%
G = 16.83%
B = 45.63%

CMYK

 C value IS 0.18

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#74348D (or 0x74348D) is known color: Vivid Violet. HEX triplet: 74, 34 and 8D. RGB value is (116,52,141). Sum of RGB (Red+Green+Blue) = 116+52+141=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 141 (55.47% from 255 or 45.63% from 309); Max value from RGB is 141 - color contains mainly: blue. Hex color #74348D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74348D is #8BCB72. Grayscale: #505050. Windows color (decimal): -9161587 or 9254004. OLE color: 9254004.

HSL color Cylindrical-coordinate representation of color #74348D: hue angle of 283.15º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #74348D is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 116 52 141 -
CMYK 0.18 0.63 0 0.45
HSL 283.15º 0.46% 0.38% -
HSV(B) 283.15º 0.63% 0.55% -
XYZ 13.24 8.09 26.06 -
YUV 81.28 161.7 152.76 -
System Red Green Blue C M Y K H S L
Decimal 116 52 141 0.18 0.63 0 0.45 283.15 0.46 0.38
Hex 74 34 8D 12 3F 0 2D 11B 2E 26
Octal 164 64 215 22 77 0 55 433 56 46
Binary 1110100 110100 10001101 10010 111111 0 101101 100011011 101110 100110

Color Harmonies of #74348D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74348D

Black with #74348D

Text Example


Text Example

White with #74348D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74348D; }

 p { color: rgb(116,52,141); }

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

background-color css

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

 a { background-color: rgb(116,52,141); }

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

border-color css

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

 span { border-color: rgb(116,52,141); }

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