#7C1BCE

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

Shades of Blue Violet #7C1BCE

Tints of Blue Violet #7C1BCE

Color information

#7C1BCE (or 0x7C1BCE) is unknown color: approx Blue Violet. HEX triplet: 7C, 1B and CE. RGB value is (124,27,206). Sum of RGB (Red+Green+Blue) = 124+27+206=357 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.73% from 357); Green value is 27 (10.94% from 255 or 7.56% from 357); Blue value is 206 (80.86% from 255 or 57.70% from 357); Max value from RGB is 206 - color contains mainly: blue. Hex color #7C1BCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C1BCE is #83E431. Grayscale: #4B4B4B. Windows color (decimal): -8643634 or 13507452. OLE color: 13507452.

HSL color Cylindrical-coordinate representation of color #7C1BCE: hue angle of 272.51º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7C1BCE is Cyan = 0.40, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB12427206-
CMYK0.400.8700.19
HSL272.51º76.82%45.69%-
HSV(B)272.51º86.89%80.78%-
XYZ19.849.5359.19-
YUV76.41201.14161.95-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.73%
GREEN value IS 27 (10.94% from 255) = 7.56%
BLUE value IS 206 (80.86% from 255) = 57.70%
R=34.73%
G=7.56%
B=57.70%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal124272060.400.8700.19272.5176.8245.69
Hex7C1BCE28570131114d2e
Octal174333165012702342111556
Binary1111100110111100111010100010101110100111000100011001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,27,206); }

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

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

 a { background-color: rgb(124,27,206); }

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

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

 span { border-color: rgb(124,27,206); }

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