#7C25CC

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

Shades of Blue Violet #7C25CC

Tints of Blue Violet #7C25CC

Color information

#7C25CC (or 0x7C25CC) is unknown color: approx Blue Violet. HEX triplet: 7C, 25 and CC. RGB value is (124,37,204). Sum of RGB (Red+Green+Blue) = 124+37+204=365 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.97% from 365); Green value is 37 (14.84% from 255 or 10.14% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #7C25CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C25CC is #83DA33. Grayscale: #515151. Windows color (decimal): -8641076 or 13378940. OLE color: 13378940.

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

Color convert

RGB12437204-
CMYK0.390.8200.2
HSL271.26º69.29%47.25%-
HSV(B)271.26º81.86%80%-
XYZ19.879.9758-
YUV82.05196.82157.92-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.97%
GREEN value IS 37 (14.84% from 255) = 10.14%
BLUE value IS 204 (80.08% from 255) = 55.89%
R=33.97%
G=10.14%
B=55.89%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal124372040.390.8200.2271.2669.2947.25
Hex7C25CC275201410f452f
Octal174453144712202441710557
Binary11111001001011100110010011110100100101001000011111000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C25CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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