#7B318F

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

Shades of Vivid Violet #7B318F

Tints of Vivid Violet #7B318F

Color information

#7B318F (or 0x7B318F) is unknown color: approx Vivid Violet. HEX triplet: 7B, 31 and 8F. RGB value is (123,49,143). Sum of RGB (Red+Green+Blue) = 123+49+143=315 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.05% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 143 (56.25% from 255 or 45.40% from 315); Max value from RGB is 143 - color contains mainly: blue. Hex color #7B318F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B318F is #84CE70. Grayscale: #515151. Windows color (decimal): -8703601 or 9384315. OLE color: 9384315.

HSL color Cylindrical-coordinate representation of color #7B318F: hue angle of 287.23º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7B318F is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12349143-
CMYK0.140.6600.44
HSL287.23º48.96%37.65%-
HSV(B)287.23º65.73%56.08%-
XYZ14.228.3926.86-
YUV81.84162.52157.36-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 39.05%
GREEN value IS 49 (19.53% from 255) = 15.56%
BLUE value IS 143 (56.25% from 255) = 45.40%
R=39.05%
G=15.56%
B=45.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal123491430.140.6600.44287.2348.9637.65
Hex7B318FE4202C11f3126
Octal17361217161020544376146
Binary111101111000110001111111010000100101100100011111110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B318F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B318F; }

 p { color: rgb(123,49,143); }

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

<style>
 a { background-color: #7B318F; }

 a { background-color: rgb(123,49,143); }

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

<style>
 span { border-color: #7B318F; }

 span { border-color: rgb(123,49,143); }

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