Html Css Color HEX #74309B Vivid Violet

📋 copy color: '#74309B'

red 116 ◦ green 48 ◦ blue 155

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

Shades of Vivid Violet #74309B

Tints of Vivid Violet #74309B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 48.59%

R = 36.36%
G = 15.05%
B = 48.59%

CMYK

 C value IS 0.25

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#74309B (or 0x74309B) is known color: Vivid Violet. HEX triplet: 74, 30 and 9B. RGB value is (116,48,155). Sum of RGB (Red+Green+Blue) = 116+48+155=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 155 (60.94% from 255 or 48.59% from 319); Max value from RGB is 155 - color contains mainly: blue. Hex color #74309B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74309B is #8BCF64. Grayscale: #505050. Windows color (decimal): -9162597 or 10170484. OLE color: 10170484.

HSL color Cylindrical-coordinate representation of color #74309B: hue angle of 278.13º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #74309B is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 116 48 155 -
CMYK 0.25 0.69 0 0.39
HSL 278.13º 0.53% 0.4% -
HSV(B) 278.13º 0.69% 0.61% -
XYZ 14.18 8.19 31.84 -
YUV 80.53 170.03 153.3 -
System Red Green Blue C M Y K H S L
Decimal 116 48 155 0.25 0.69 0 0.39 278.13 0.53 0.4
Hex 74 30 9B 19 45 0 27 116 35 28
Octal 164 60 233 31 105 0 47 426 65 50
Binary 1110100 110000 10011011 11001 1000101 0 100111 100010110 110101 101000

Color Harmonies of #74309B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74309B

Black with #74309B

Text Example


Text Example

White with #74309B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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