#7b1ca4

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

Shades of Vivid Violet #7B1CA4

Tints of Vivid Violet #7B1CA4

Color information

#7B1CA4 (or 0x7B1CA4) is unknown color: approx Vivid Violet. HEX triplet: 7B, 1C and A4. RGB value is (123,28,164). Sum of RGB (Red+Green+Blue) = 123+28+164=315 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.05% from 315); Green value is 28 (11.33% from 255 or 8.89% from 315); Blue value is 164 (64.45% from 255 or 52.06% from 315); Max value from RGB is 164 - color contains mainly: blue. Hex color #7B1CA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B1CA4 is #84E35B. Grayscale: #474747. Windows color (decimal): -8708956 or 10755195. OLE color: 10755195.

HSL color Cylindrical-coordinate representation of color #7B1CA4: hue angle of 281.91º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7B1CA4 is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB12328164-
CMYK0.250.8300.36
HSL281.91º70.83%37.65%-
HSV(B)281.91º82.93%64.31%-
XYZ15.287.7235.81-
YUV71.91179.97164.44-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 39.05%
GREEN value IS 28 (11.33% from 255) = 8.89%
BLUE value IS 164 (64.45% from 255) = 52.06%
R=39.05%
G=8.89%
B=52.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal123281640.250.8300.36281.9170.8337.65
Hex7B1CA4195302411a4726
Octal173342443112304443210746
Binary1111011111001010010011001101001101001001000110101000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7b1ca4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,28,164); }

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

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

 a { background-color: rgb(123,28,164); }

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

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

 span { border-color: rgb(123,28,164); }

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