#74259B

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

Shades of Vivid Violet #74259B

Tints of Vivid Violet #74259B

Color information

#74259B (or 0x74259B) is unknown color: approx Vivid Violet. HEX triplet: 74, 25 and 9B. RGB value is (116,37,155). Sum of RGB (Red+Green+Blue) = 116+37+155=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 37 (14.84% from 255 or 12.01% from 308); Blue value is 155 (60.94% from 255 or 50.32% from 308); Max value from RGB is 155 - color contains mainly: blue. Hex color #74259B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74259B is #8BDA64. Grayscale: #494949. Windows color (decimal): -9165413 or 10167668. OLE color: 10167668.

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

Color convert

RGB11637155-
CMYK0.250.7600.39
HSL280.17º61.46%37.65%-
HSV(B)280.17º76.13%60.78%-
XYZ13.787.431.71-
YUV74.07173.67157.91-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.66%
GREEN value IS 37 (14.84% from 255) = 12.01%
BLUE value IS 155 (60.94% from 255) = 50.32%
R=37.66%
G=12.01%
B=50.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal116371550.250.7600.39280.1761.4637.65
Hex74259B194C0271183d26
Octal16445233311140474307546
Binary1110100100101100110111100110011000100111100011000111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74259B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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