#742F88

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

Shades of Vivid Violet #742F88

Tints of Vivid Violet #742F88

Color information

#742F88 (or 0x742F88) is unknown color: approx Vivid Violet. HEX triplet: 74, 2F and 88. RGB value is (116,47,136). Sum of RGB (Red+Green+Blue) = 116+47+136=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 47 (18.75% from 255 or 15.72% from 299); Blue value is 136 (53.52% from 255 or 45.48% from 299); Max value from RGB is 136 - color contains mainly: blue. Hex color #742F88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742F88 is #8BD077. Grayscale: #4D4D4D. Windows color (decimal): -9162872 or 8925044. OLE color: 8925044.

HSL color Cylindrical-coordinate representation of color #742F88: hue angle of 286.52º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #742F88 is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11647136-
CMYK0.150.6500.47
HSL286.52º48.63%35.88%-
HSV(B)286.52º65.44%53.33%-
XYZ12.667.5224.08-
YUV77.78160.86155.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.80%
GREEN value IS 47 (18.75% from 255) = 15.72%
BLUE value IS 136 (53.52% from 255) = 45.48%
R=38.80%
G=15.72%
B=45.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116471360.150.6500.47286.5248.6335.88
Hex742F88F4102F11f3124
Octal16457210171010574376144
Binary111010010111110001000111110000010101111100011111110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742F88; }

 p { color: rgb(116,47,136); }

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

<style>
 a { background-color: #742F88; }

 a { background-color: rgb(116,47,136); }

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

<style>
 span { border-color: #742F88; }

 span { border-color: rgb(116,47,136); }

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