Html Css Color HEX #74288E Vivid Violet

📋 copy color: '#74288E'

red 116 ◦ green 40 ◦ blue 142

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

Shades of Vivid Violet #74288E

Tints of Vivid Violet #74288E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 47.65%

R = 38.93%
G = 13.42%
B = 47.65%

CMYK

 C value IS 0.18

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#74288E (or 0x74288E) is known color: Vivid Violet. HEX triplet: 74, 28 and 8E. RGB value is (116,40,142). Sum of RGB (Red+Green+Blue) = 116+40+142=298 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.93% from 298); Green value is 40 (16.02% from 255 or 13.42% from 298); Blue value is 142 (55.86% from 255 or 47.65% from 298); Max value from RGB is 142 - color contains mainly: blue. Hex color #74288E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74288E is #8BD771. Grayscale: #4A4A4A. Windows color (decimal): -9164658 or 9316468. OLE color: 9316468.

HSL color Cylindrical-coordinate representation of color #74288E: hue angle of 284.71º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #74288E is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 116 40 142 -
CMYK 0.18 0.72 0 0.44
HSL 284.71º 0.56% 0.36% -
HSV(B) 284.71º 0.72% 0.56% -
XYZ 12.84 7.18 26.3 -
YUV 74.35 166.18 157.71 -
System Red Green Blue C M Y K H S L
Decimal 116 40 142 0.18 0.72 0 0.44 284.71 0.56 0.36
Hex 74 28 8E 12 48 0 2C 11D 38 24
Octal 164 50 216 22 110 0 54 435 70 44
Binary 1110100 101000 10001110 10010 1001000 0 101100 100011101 111000 100100

Color Harmonies of #74288E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74288E

Black with #74288E

Text Example


Text Example

White with #74288E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74288E; }

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

 H1.HeaderClassName
 {
   color: #74288E;
 }
 .AnyTagClassName
 {
   color: #74288E;
 }
</style>

background-color css

<style>
 a { background-color: #74288E; }

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

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

border-color css

<style>
 span { border-color: #74288E; }

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

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