Html Css Color HEX #74288F Vivid Violet

📋 copy color: '#74288F'

red 116 ◦ green 40 ◦ blue 143

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

Shades of Vivid Violet #74288F

Tints of Vivid Violet #74288F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 47.83%

R = 38.8%
G = 13.38%
B = 47.83%

CMYK

 C value IS 0.19

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#74288F (or 0x74288F) is known color: Vivid Violet. HEX triplet: 74, 28 and 8F. RGB value is (116,40,143). Sum of RGB (Red+Green+Blue) = 116+40+143=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 143 (56.25% from 255 or 47.83% from 299); Max value from RGB is 143 - color contains mainly: blue. Hex color #74288F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74288F is #8BD770. Grayscale: #4A4A4A. Windows color (decimal): -9164657 or 9382004. OLE color: 9382004.

HSL color Cylindrical-coordinate representation of color #74288F: hue angle of 284.27º 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 #74288F is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 116 40 143 -
CMYK 0.19 0.72 0 0.44
HSL 284.27º 0.56% 0.36% -
HSV(B) 284.27º 0.72% 0.56% -
XYZ 12.92 7.21 26.7 -
YUV 74.47 166.68 157.62 -
System Red Green Blue C M Y K H S L
Decimal 116 40 143 0.19 0.72 0 0.44 284.27 0.56 0.36
Hex 74 28 8F 13 48 0 2C 11C 38 24
Octal 164 50 217 23 110 0 54 434 70 44
Binary 1110100 101000 10001111 10011 1001000 0 101100 100011100 111000 100100

Color Harmonies of #74288F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74288F

Black with #74288F

Text Example


Text Example

White with #74288F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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