Html Css Color HEX #74318C Vivid Violet

📋 copy color: '#74318C'

red 116 ◦ green 49 ◦ blue 140

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

Shades of Vivid Violet #74318C

Tints of Vivid Violet #74318C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.07%

 BLUE value IS 140 (55.08% from 255) = 45.9%

R = 38.03%
G = 16.07%
B = 45.9%

CMYK

 C value IS 0.17

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#74318C (or 0x74318C) is known color: Vivid Violet. HEX triplet: 74, 31 and 8C. RGB value is (116,49,140). Sum of RGB (Red+Green+Blue) = 116+49+140=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 49 (19.53% from 255 or 16.07% from 305); Blue value is 140 (55.08% from 255 or 45.90% from 305); Max value from RGB is 140 - color contains mainly: blue. Hex color #74318C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74318C is #8BCE73. Grayscale: #4F4F4F. Windows color (decimal): -9162356 or 9187700. OLE color: 9187700.

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

Color convert

RGB 116 49 140 -
CMYK 0.17 0.65 0 0.45
HSL 284.18º 0.48% 0.37% -
HSV(B) 284.18º 0.65% 0.55% -
XYZ 13.03 7.8 25.63 -
YUV 79.41 162.2 154.1 -
System Red Green Blue C M Y K H S L
Decimal 116 49 140 0.17 0.65 0 0.45 284.18 0.48 0.37
Hex 74 31 8C 11 41 0 2D 11C 30 25
Octal 164 61 214 21 101 0 55 434 60 45
Binary 1110100 110001 10001100 10001 1000001 0 101101 100011100 110000 100101

Color Harmonies of #74318C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74318C

Black with #74318C

Text Example


Text Example

White with #74318C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74318C; }

 p { color: rgb(116,49,140); }

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

background-color css

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

 a { background-color: rgb(116,49,140); }

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

border-color css

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

 span { border-color: rgb(116,49,140); }

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