Html Css Color HEX #74259F Vivid Violet

📋 copy color: '#74259F'

red 116 ◦ green 37 ◦ blue 159

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

Shades of Vivid Violet #74259F

Tints of Vivid Violet #74259F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.86%

 BLUE value IS 159 (62.5% from 255) = 50.96%

R = 37.18%
G = 11.86%
B = 50.96%

CMYK

 C value IS 0.27

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#74259F (or 0x74259F) is known color: Vivid Violet. HEX triplet: 74, 25 and 9F. RGB value is (116,37,159). Sum of RGB (Red+Green+Blue) = 116+37+159=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 159 (62.5% from 255 or 50.96% from 312); Max value from RGB is 159 - color contains mainly: blue. Hex color #74259F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74259F is #8BDA60. Grayscale: #4A4A4A. Windows color (decimal): -9165409 or 10429812. OLE color: 10429812.

HSL color Cylindrical-coordinate representation of color #74259F: hue angle of 278.85º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #74259F is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 116 37 159 -
CMYK 0.27 0.77 0 0.38
HSL 278.85º 0.62% 0.38% -
HSV(B) 278.85º 0.77% 0.62% -
XYZ 14.12 7.54 33.51 -
YUV 74.53 175.67 157.58 -
System Red Green Blue C M Y K H S L
Decimal 116 37 159 0.27 0.77 0 0.38 278.85 0.62 0.38
Hex 74 25 9F 1B 4D 0 26 117 3E 26
Octal 164 45 237 33 115 0 46 427 76 46
Binary 1110100 100101 10011111 11011 1001101 0 100110 100010111 111110 100110

Color Harmonies of #74259F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74259F

Black with #74259F

Text Example


Text Example

White with #74259F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74259F; }

 p { color: rgb(116,37,159); }

 H1.HeaderClassName
 {
   color: #74259F;
 }
 .AnyTagClassName
 {
   color: #74259F;
 }
</style>

background-color css

<style>
 a { background-color: #74259F; }

 a { background-color: rgb(116,37,159); }

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

border-color css

<style>
 span { border-color: #74259F; }

 span { border-color: rgb(116,37,159); }

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