Html Css Color HEX #74348A Vivid Violet

📋 copy color: '#74348A'

red 116 ◦ green 52 ◦ blue 138

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

Shades of Vivid Violet #74348A

Tints of Vivid Violet #74348A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 45.1%

R = 37.91%
G = 16.99%
B = 45.1%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#74348A (or 0x74348A) is known color: Vivid Violet. HEX triplet: 74, 34 and 8A. RGB value is (116,52,138). Sum of RGB (Red+Green+Blue) = 116+52+138=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 52 (20.70% from 255 or 16.99% from 306); Blue value is 138 (54.30% from 255 or 45.10% from 306); Max value from RGB is 138 - color contains mainly: blue. Hex color #74348A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74348A is #8BCB75. Grayscale: #505050. Windows color (decimal): -9161590 or 9057396. OLE color: 9057396.

HSL color Cylindrical-coordinate representation of color #74348A: hue angle of 284.65º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #74348A is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 116 52 138 -
CMYK 0.16 0.62 0 0.46
HSL 284.65º 0.45% 0.37% -
HSV(B) 284.65º 0.62% 0.54% -
XYZ 13.02 8 24.9 -
YUV 80.94 160.2 153.01 -
System Red Green Blue C M Y K H S L
Decimal 116 52 138 0.16 0.62 0 0.46 284.65 0.45 0.37
Hex 74 34 8A 10 3E 0 2E 11D 2D 25
Octal 164 64 212 20 76 0 56 435 55 45
Binary 1110100 110100 10001010 10000 111110 0 101110 100011101 101101 100101

Color Harmonies of #74348A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74348A

Black with #74348A

Text Example


Text Example

White with #74348A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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