Html Css Color HEX #74279C Vivid Violet

📋 copy color: '#74279C'

red 116 ◦ green 39 ◦ blue 156

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

Shades of Vivid Violet #74279C

Tints of Vivid Violet #74279C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.54%

 BLUE value IS 156 (61.33% from 255) = 50.16%

R = 37.3%
G = 12.54%
B = 50.16%

CMYK

 C value IS 0.26

 M value IS 0.75

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#74279C (or 0x74279C) is known color: Vivid Violet. HEX triplet: 74, 27 and 9C. RGB value is (116,39,156). Sum of RGB (Red+Green+Blue) = 116+39+156=311 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.30% from 311); Green value is 39 (15.62% from 255 or 12.54% from 311); Blue value is 156 (61.33% from 255 or 50.16% from 311); Max value from RGB is 156 - color contains mainly: blue. Hex color #74279C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74279C is #8BD863. Grayscale: #4A4A4A. Windows color (decimal): -9164900 or 10233716. OLE color: 10233716.

HSL color Cylindrical-coordinate representation of color #74279C: hue angle of 279.49º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #74279C is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 116 39 156 -
CMYK 0.26 0.75 0 0.39
HSL 279.49º 0.6% 0.38% -
HSV(B) 279.49º 0.75% 0.61% -
XYZ 13.93 7.56 32.18 -
YUV 75.36 173.51 156.99 -
System Red Green Blue C M Y K H S L
Decimal 116 39 156 0.26 0.75 0 0.39 279.49 0.6 0.38
Hex 74 27 9C 1A 4B 0 27 117 3C 26
Octal 164 47 234 32 113 0 47 427 74 46
Binary 1110100 100111 10011100 11010 1001011 0 100111 100010111 111100 100110

Color Harmonies of #74279C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74279C

Black with #74279C

Text Example


Text Example

White with #74279C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,39,156); }

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

background-color css

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

 a { background-color: rgb(116,39,156); }

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

border-color css

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

 span { border-color: rgb(116,39,156); }

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