#7C28CC

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

Shades of Blue Violet #7C28CC

Tints of Blue Violet #7C28CC

Color information

#7C28CC (or 0x7C28CC) is unknown color: approx Blue Violet. HEX triplet: 7C, 28 and CC. RGB value is (124,40,204). Sum of RGB (Red+Green+Blue) = 124+40+204=368 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.70% from 368); Green value is 40 (16.02% from 255 or 10.87% from 368); Blue value is 204 (80.08% from 255 or 55.43% from 368); Max value from RGB is 204 - color contains mainly: blue. Hex color #7C28CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C28CC is #83D733. Grayscale: #535353. Windows color (decimal): -8640308 or 13379708. OLE color: 13379708.

HSL color Cylindrical-coordinate representation of color #7C28CC: hue angle of 270.73º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7C28CC is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB12440204-
CMYK0.390.8000.2
HSL270.73º67.21%47.84%-
HSV(B)270.73º80.39%80%-
XYZ19.9710.1658.04-
YUV83.81195.83156.66-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.70%
GREEN value IS 40 (16.02% from 255) = 10.87%
BLUE value IS 204 (80.08% from 255) = 55.43%
R=33.70%
G=10.87%
B=55.43%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal124402040.390.8000.2270.7367.2147.84
Hex7C28CC275001410f4330
Octal174503144712002441710360
Binary11111001010001100110010011110100000101001000011111000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C28CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,40,204); }

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

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

 a { background-color: rgb(124,40,204); }

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

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

 span { border-color: rgb(124,40,204); }

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