Html Css Color HEX #74289C Vivid Violet

📋 copy color: '#74289C'

red 116 ◦ green 40 ◦ blue 156

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

Shades of Vivid Violet #74289C

Tints of Vivid Violet #74289C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.82%

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

R = 37.18%
G = 12.82%
B = 50%

CMYK

 C value IS 0.26

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#74289C (or 0x74289C) is known color: Vivid Violet. HEX triplet: 74, 28 and 9C. RGB value is (116,40,156). Sum of RGB (Red+Green+Blue) = 116+40+156=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 156 (61.33% from 255 or 50% from 312); Max value from RGB is 156 - color contains mainly: blue. Hex color #74289C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74289C is #8BD763. Grayscale: #4B4B4B. Windows color (decimal): -9164644 or 10233972. OLE color: 10233972.

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

Color convert

RGB 116 40 156 -
CMYK 0.26 0.74 0 0.39
HSL 279.31º 0.59% 0.38% -
HSV(B) 279.31º 0.74% 0.61% -
XYZ 13.96 7.63 32.19 -
YUV 75.95 173.18 156.57 -
System Red Green Blue C M Y K H S L
Decimal 116 40 156 0.26 0.74 0 0.39 279.31 0.59 0.38
Hex 74 28 9C 1A 4A 0 27 117 3B 26
Octal 164 50 234 32 112 0 47 427 73 46
Binary 1110100 101000 10011100 11010 1001010 0 100111 100010111 111011 100110

Color Harmonies of #74289C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74289C

Black with #74289C

Text Example


Text Example

White with #74289C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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