#7C0DEA

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

Shades of Blue Violet #7C0DEA

Tints of Blue Violet #7C0DEA

Color information

#7C0DEA (or 0x7C0DEA) is unknown color: approx Blue Violet. HEX triplet: 7C, 0D and EA. RGB value is (124,13,234). Sum of RGB (Red+Green+Blue) = 124+13+234=371 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.42% from 371); Green value is 13 (5.47% from 255 or 3.50% from 371); Blue value is 234 (91.80% from 255 or 63.07% from 371); Max value from RGB is 234 - color contains mainly: blue. Hex color #7C0DEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7C0DEA is #83F215. Grayscale: #464646. Windows color (decimal): -8647190 or 15338876. OLE color: 15338876.

HSL color Cylindrical-coordinate representation of color #7C0DEA: hue angle of 270.14º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7C0DEA is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB12413234-
CMYK0.470.9400.08
HSL270.14º89.47%48.43%-
HSV(B)270.14º94.44%91.76%-
XYZ23.3110.5178.64-
YUV71.38219.77165.53-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.42%
GREEN value IS 13 (5.47% from 255) = 3.50%
BLUE value IS 234 (91.80% from 255) = 63.07%
R=33.42%
G=3.50%
B=63.07%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal124132340.470.9400.08270.1489.4748.43
Hex7CDEA2F5E0810e5930
Octal174153525713601041613160
Binary11111001101111010101011111011110010001000011101011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,13,234); }

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

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

 a { background-color: rgb(124,13,234); }

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

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

 span { border-color: rgb(124,13,234); }

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