Html Css Color HEX #7C2EDD Blue Violet

📋 copy color: '#7C2EDD'

red 124 ◦ green 46 ◦ blue 221

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

Shades of Blue Violet #7C2EDD

Tints of Blue Violet #7C2EDD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.76%

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

R = 31.71%
G = 11.76%
B = 56.52%

CMYK

 C value IS 0.44

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7C2EDD (or 0x7C2EDD) is known color: Blue Violet. HEX triplet: 7C, 2E and DD. RGB value is (124,46,221). Sum of RGB (Red+Green+Blue) = 124+46+221=391 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.71% from 391); Green value is 46 (18.36% from 255 or 11.76% from 391); Blue value is 221 (86.72% from 255 or 56.52% from 391); Max value from RGB is 221 - color contains mainly: blue. Hex color #7C2EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C2EDD is #83D122. Grayscale: #585858. Windows color (decimal): -8638755 or 14495356. OLE color: 14495356.

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

Color convert

RGB 124 46 221 -
CMYK 0.44 0.79 0 0.13
HSL 266.74º 0.72% 0.52% -
HSV(B) 266.74º 0.79% 0.87% -
XYZ 22.34 11.46 69.44 -
YUV 89.27 202.34 152.77 -
System Red Green Blue C M Y K H S L
Decimal 124 46 221 0.44 0.79 0 0.13 266.74 0.72 0.52
Hex 7C 2E DD 2C 4F 0 D 10B 48 34
Octal 174 56 335 54 117 0 15 413 110 64
Binary 1111100 101110 11011101 101100 1001111 0 1101 100001011 1001000 110100

Color Harmonies of #7C2EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2EDD

Black with #7C2EDD

Text Example


Text Example

White with #7C2EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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