Html Css Color HEX #74299B Vivid Violet

📋 copy color: '#74299B'

red 116 ◦ green 41 ◦ blue 155

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

Shades of Vivid Violet #74299B

Tints of Vivid Violet #74299B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.14%

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

R = 37.18%
G = 13.14%
B = 49.68%

CMYK

 C value IS 0.25

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#74299B (or 0x74299B) is known color: Vivid Violet. HEX triplet: 74, 29 and 9B. RGB value is (116,41,155). Sum of RGB (Red+Green+Blue) = 116+41+155=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 155 (60.94% from 255 or 49.68% from 312); Max value from RGB is 155 - color contains mainly: blue. Hex color #74299B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74299B is #8BD664. Grayscale: #4C4C4C. Windows color (decimal): -9164389 or 10168692. OLE color: 10168692.

HSL color Cylindrical-coordinate representation of color #74299B: hue angle of 279.47º degrees, saturation: 0.58, 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 #74299B is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 116 41 155 -
CMYK 0.25 0.74 0 0.39
HSL 279.47º 0.58% 0.38% -
HSV(B) 279.47º 0.74% 0.61% -
XYZ 13.91 7.67 31.76 -
YUV 76.42 172.35 156.23 -
System Red Green Blue C M Y K H S L
Decimal 116 41 155 0.25 0.74 0 0.39 279.47 0.58 0.38
Hex 74 29 9B 19 4A 0 27 117 3A 26
Octal 164 51 233 31 112 0 47 427 72 46
Binary 1110100 101001 10011011 11001 1001010 0 100111 100010111 111010 100110

Color Harmonies of #74299B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74299B

Black with #74299B

Text Example


Text Example

White with #74299B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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