#721A8B

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

Shades of Vivid Violet #721A8B

Tints of Vivid Violet #721A8B

Color information

#721A8B (or 0x721A8B) is unknown color: approx Vivid Violet. HEX triplet: 72, 1A and 8B. RGB value is (114,26,139). Sum of RGB (Red+Green+Blue) = 114+26+139=279 (36% of max value = 765). Red value is 114 (44.92% from 255 or 40.86% from 279); Green value is 26 (10.55% from 255 or 9.32% from 279); Blue value is 139 (54.69% from 255 or 49.82% from 279); Max value from RGB is 139 - color contains mainly: blue. Hex color #721A8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #721A8B is #8DE574. Grayscale: #404040. Windows color (decimal): -9299317 or 9116274. OLE color: 9116274.

HSL color Cylindrical-coordinate representation of color #721A8B: hue angle of 286.73º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #721A8B is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11426139-
CMYK0.180.8100.45
HSL286.73º68.48%32.35%-
HSV(B)286.73º81.29%54.51%-
XYZ11.976.1824.99-
YUV65.19169.65162.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.86%
GREEN value IS 26 (10.55% from 255) = 9.32%
BLUE value IS 139 (54.69% from 255) = 49.82%
R=40.86%
G=9.32%
B=49.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal114261390.180.8100.45286.7368.4832.35
Hex721A8B125102D11f4420
Octal162322132212105543710440
Binary1110010110101000101110010101000101011011000111111000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721A8B; }

 p { color: rgb(114,26,139); }

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

<style>
 a { background-color: #721A8B; }

 a { background-color: rgb(114,26,139); }

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

<style>
 span { border-color: #721A8B; }

 span { border-color: rgb(114,26,139); }

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