#74229B

Color #74229B Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #74229B

Tints of Vivid Violet #74229B

Color information

#74229B (or 0x74229B) is unknown color: approx Vivid Violet. HEX triplet: 74, 22 and 9B. RGB value is (116,34,155). Sum of RGB (Red+Green+Blue) = 116+34+155=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 34 (13.67% from 255 or 11.15% from 305); Blue value is 155 (60.94% from 255 or 50.82% from 305); Max value from RGB is 155 - color contains mainly: blue. Hex color #74229B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74229B is #8BDD64. Grayscale: #474747. Windows color (decimal): -9166181 or 10166900. OLE color: 10166900.

HSL color Cylindrical-coordinate representation of color #74229B: hue angle of 280.66º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #74229B is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11634155-
CMYK0.250.7800.39
HSL280.66º64.02%37.06%-
HSV(B)280.66º78.06%60.78%-
XYZ13.697.2231.68-
YUV72.31174.67159.16-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.03%
GREEN value IS 34 (13.67% from 255) = 11.15%
BLUE value IS 155 (60.94% from 255) = 50.82%
R=38.03%
G=11.15%
B=50.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal116341550.250.7800.39280.6664.0237.06
Hex74229B194E0271194025
Octal164422333111604743110045
Binary11101001000101001101111001100111001001111000110011000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74229B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #74229B;
 }
 .AnyTagClassName
 {
   color: #74229B;
 }
</style>
background-color css

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

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

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

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

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

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