Html Css Color HEX #74348E Vivid Violet

📋 copy color: '#74348E'

red 116 ◦ green 52 ◦ blue 142

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

Shades of Vivid Violet #74348E

Tints of Vivid Violet #74348E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 45.81%

R = 37.42%
G = 16.77%
B = 45.81%

CMYK

 C value IS 0.18

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#74348E (or 0x74348E) is known color: Vivid Violet. HEX triplet: 74, 34 and 8E. RGB value is (116,52,142). Sum of RGB (Red+Green+Blue) = 116+52+142=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 142 (55.86% from 255 or 45.81% from 310); Max value from RGB is 142 - color contains mainly: blue. Hex color #74348E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74348E is #8BCB71. Grayscale: #515151. Windows color (decimal): -9161586 or 9319540. OLE color: 9319540.

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

Color convert

RGB 116 52 142 -
CMYK 0.18 0.63 0 0.44
HSL 282.67º 0.46% 0.38% -
HSV(B) 282.67º 0.63% 0.56% -
XYZ 13.31 8.12 26.46 -
YUV 81.4 162.2 152.68 -
System Red Green Blue C M Y K H S L
Decimal 116 52 142 0.18 0.63 0 0.44 282.67 0.46 0.38
Hex 74 34 8E 12 3F 0 2C 11B 2E 26
Octal 164 64 216 22 77 0 54 433 56 46
Binary 1110100 110100 10001110 10010 111111 0 101100 100011011 101110 100110

Color Harmonies of #74348E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74348E

Black with #74348E

Text Example


Text Example

White with #74348E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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