Html Css Color HEX #74328B Vivid Violet

📋 copy color: '#74328B'

red 116 ◦ green 50 ◦ blue 139

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

Shades of Vivid Violet #74328B

Tints of Vivid Violet #74328B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.39%

 BLUE value IS 139 (54.69% from 255) = 45.57%

R = 38.03%
G = 16.39%
B = 45.57%

CMYK

 C value IS 0.17

 M value IS 0.64

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#74328B (or 0x74328B) is known color: Vivid Violet. HEX triplet: 74, 32 and 8B. RGB value is (116,50,139). Sum of RGB (Red+Green+Blue) = 116+50+139=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 50 (19.92% from 255 or 16.39% from 305); Blue value is 139 (54.69% from 255 or 45.57% from 305); Max value from RGB is 139 - color contains mainly: blue. Hex color #74328B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74328B is #8BCD74. Grayscale: #4F4F4F. Windows color (decimal): -9162101 or 9122420. OLE color: 9122420.

HSL color Cylindrical-coordinate representation of color #74328B: hue angle of 284.49º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #74328B is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 116 50 139 -
CMYK 0.17 0.64 0 0.45
HSL 284.49º 0.47% 0.37% -
HSV(B) 284.49º 0.64% 0.55% -
XYZ 13 7.86 25.26 -
YUV 79.88 161.37 153.76 -
System Red Green Blue C M Y K H S L
Decimal 116 50 139 0.17 0.64 0 0.45 284.49 0.47 0.37
Hex 74 32 8B 11 40 0 2D 11C 2F 25
Octal 164 62 213 21 100 0 55 434 57 45
Binary 1110100 110010 10001011 10001 1000000 0 101101 100011100 101111 100101

Color Harmonies of #74328B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74328B

Black with #74328B

Text Example


Text Example

White with #74328B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74328B; }

 p { color: rgb(116,50,139); }

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

background-color css

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

 a { background-color: rgb(116,50,139); }

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

border-color css

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

 span { border-color: rgb(116,50,139); }

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