#7B1CCB

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

Shades of Blue Violet #7B1CCB

Tints of Blue Violet #7B1CCB

Color information

#7B1CCB (or 0x7B1CCB) is unknown color: approx Blue Violet. HEX triplet: 7B, 1C and CB. RGB value is (123,28,203). Sum of RGB (Red+Green+Blue) = 123+28+203=354 (46% of max value = 765). Red value is 123 (48.44% from 255 or 34.75% from 354); Green value is 28 (11.33% from 255 or 7.91% from 354); Blue value is 203 (79.69% from 255 or 57.34% from 354); Max value from RGB is 203 - color contains mainly: blue. Hex color #7B1CCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B1CCB is #84E334. Grayscale: #4B4B4B. Windows color (decimal): -8708917 or 13311099. OLE color: 13311099.

HSL color Cylindrical-coordinate representation of color #7B1CCB: hue angle of 272.57º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7B1CCB is Cyan = 0.39, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12328203-
CMYK0.390.8600.20
HSL272.57º75.76%45.29%-
HSV(B)272.57º86.21%79.61%-
XYZ19.369.3557.28-
YUV76.36199.47161.27-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 34.75%
GREEN value IS 28 (11.33% from 255) = 7.91%
BLUE value IS 203 (79.69% from 255) = 57.34%
R=34.75%
G=7.91%
B=57.34%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal123282030.390.8600.20272.5775.7645.29
Hex7B1CCB27560141114c2d
Octal173343134712602442111455
Binary1111011111001100101110011110101100101001000100011001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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