Html Css Color HEX #74308C Vivid Violet

📋 copy color: '#74308C'

red 116 ◦ green 48 ◦ blue 140

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

Shades of Vivid Violet #74308C

Tints of Vivid Violet #74308C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.79%

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

R = 38.16%
G = 15.79%
B = 46.05%

CMYK

 C value IS 0.17

 M value IS 0.66

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#74308C (or 0x74308C) is known color: Vivid Violet. HEX triplet: 74, 30 and 8C. RGB value is (116,48,140). Sum of RGB (Red+Green+Blue) = 116+48+140=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 48 (19.14% from 255 or 15.79% from 304); Blue value is 140 (55.08% from 255 or 46.05% from 304); Max value from RGB is 140 - color contains mainly: blue. Hex color #74308C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74308C is #8BCF73. Grayscale: #4E4E4E. Windows color (decimal): -9162612 or 9187444. OLE color: 9187444.

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

Color convert

RGB 116 48 140 -
CMYK 0.17 0.66 0 0.45
HSL 284.35º 0.49% 0.37% -
HSV(B) 284.35º 0.66% 0.55% -
XYZ 12.99 7.72 25.62 -
YUV 78.82 162.53 154.52 -
System Red Green Blue C M Y K H S L
Decimal 116 48 140 0.17 0.66 0 0.45 284.35 0.49 0.37
Hex 74 30 8C 11 42 0 2D 11C 31 25
Octal 164 60 214 21 102 0 55 434 61 45
Binary 1110100 110000 10001100 10001 1000010 0 101101 100011100 110001 100101

Color Harmonies of #74308C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74308C

Black with #74308C

Text Example


Text Example

White with #74308C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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