Html Css Color HEX #74288D Vivid Violet

📋 copy color: '#74288D'

red 116 ◦ green 40 ◦ blue 141

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

Shades of Vivid Violet #74288D

Tints of Vivid Violet #74288D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 47.47%

R = 39.06%
G = 13.47%
B = 47.47%

CMYK

 C value IS 0.18

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#74288D (or 0x74288D) is known color: Vivid Violet. HEX triplet: 74, 28 and 8D. RGB value is (116,40,141). Sum of RGB (Red+Green+Blue) = 116+40+141=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 40 (16.02% from 255 or 13.47% from 297); Blue value is 141 (55.47% from 255 or 47.47% from 297); Max value from RGB is 141 - color contains mainly: blue. Hex color #74288D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74288D is #8BD772. Grayscale: #494949. Windows color (decimal): -9164659 or 9250932. OLE color: 9250932.

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

Color convert

RGB 116 40 141 -
CMYK 0.18 0.72 0 0.45
HSL 285.15º 0.56% 0.35% -
HSV(B) 285.15º 0.72% 0.55% -
XYZ 12.77 7.15 25.91 -
YUV 74.24 165.68 157.79 -
System Red Green Blue C M Y K H S L
Decimal 116 40 141 0.18 0.72 0 0.45 285.15 0.56 0.35
Hex 74 28 8D 12 48 0 2D 11D 38 23
Octal 164 50 215 22 110 0 55 435 70 43
Binary 1110100 101000 10001101 10010 1001000 0 101101 100011101 111000 100011

Color Harmonies of #74288D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74288D

Black with #74288D

Text Example


Text Example

White with #74288D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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