Html Css Color HEX #7C0EDD Blue Violet

📋 copy color: '#7C0EDD'

red 124 ◦ green 14 ◦ blue 221

#7C0EDD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #7C0EDD

Tints of Blue Violet #7C0EDD

RGB

 RED value IS 124 (48.83% from 255) = 34.54%

 GREEN value IS 14 (5.86% from 255) = 3.9%

 BLUE value IS 221 (86.72% from 255) = 61.56%

R = 34.54%
G = 3.9%
B = 61.56%

CMYK

 C value IS 0.44

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7C0EDD (or 0x7C0EDD) is known color: Blue Violet. HEX triplet: 7C, 0E and DD. RGB value is (124,14,221). Sum of RGB (Red+Green+Blue) = 124+14+221=359 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.54% from 359); Green value is 14 (5.86% from 255 or 3.90% from 359); Blue value is 221 (86.72% from 255 or 61.56% from 359); Max value from RGB is 221 - color contains mainly: blue. Hex color #7C0EDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C0EDD is #83F122. Grayscale: #454545. Windows color (decimal): -8646947 or 14487164. OLE color: 14487164.

HSL color Cylindrical-coordinate representation of color #7C0EDD: hue angle of 271.88º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7C0EDD is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 124 14 221 -
CMYK 0.44 0.94 0 0.13
HSL 271.88º 0.88% 0.46% -
HSV(B) 271.88º 0.94% 0.87% -
XYZ 21.52 9.82 69.17 -
YUV 70.49 212.94 166.17 -
System Red Green Blue C M Y K H S L
Decimal 124 14 221 0.44 0.94 0 0.13 271.88 0.88 0.46
Hex 7C E DD 2C 5E 0 D 110 58 2E
Octal 174 16 335 54 136 0 15 420 130 56
Binary 1111100 1110 11011101 101100 1011110 0 1101 100010000 1011000 101110

Color Harmonies of #7C0EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0EDD

Black with #7C0EDD

Text Example


Text Example

White with #7C0EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,14,221); }

 H1.HeaderClassName
 {
   color: #7C0EDD;
 }
 .AnyTagClassName
 {
   color: #7C0EDD;
 }
</style>

background-color css

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

 a { background-color: rgb(124,14,221); }

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

border-color css

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

 span { border-color: rgb(124,14,221); }

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