#74248C

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

Shades of Vivid Violet #74248C

Tints of Vivid Violet #74248C

Color information

#74248C (or 0x74248C) is unknown color: approx Vivid Violet. HEX triplet: 74, 24 and 8C. RGB value is (116,36,140). Sum of RGB (Red+Green+Blue) = 116+36+140=292 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.73% from 292); Green value is 36 (14.45% from 255 or 12.33% from 292); Blue value is 140 (55.08% from 255 or 47.95% from 292); Max value from RGB is 140 - color contains mainly: blue. Hex color #74248C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74248C is #8BDB73. Grayscale: #474747. Windows color (decimal): -9165684 or 9184372. OLE color: 9184372.

HSL color Cylindrical-coordinate representation of color #74248C: hue angle of 286.15º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #74248C is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11636140-
CMYK0.170.7400.45
HSL286.15º59.09%34.51%-
HSV(B)286.15º74.29%54.9%-
XYZ12.576.8725.47-
YUV71.78166.5159.54-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.73%
GREEN value IS 36 (14.45% from 255) = 12.33%
BLUE value IS 140 (55.08% from 255) = 47.95%
R=39.73%
G=12.33%
B=47.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal116361400.170.7400.45286.1559.0934.51
Hex74248C114A02D11e3b23
Octal16444214211120554367343
Binary1110100100100100011001000110010100101101100011110111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74248C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74248C; }

 p { color: rgb(116,36,140); }

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

<style>
 a { background-color: #74248C; }

 a { background-color: rgb(116,36,140); }

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

<style>
 span { border-color: #74248C; }

 span { border-color: rgb(116,36,140); }

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