Html Css Color HEX #7C2ADB Blue Violet

📋 copy color: '#7C2ADB'

red 124 ◦ green 42 ◦ blue 219

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

Shades of Blue Violet #7C2ADB

Tints of Blue Violet #7C2ADB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.91%

 BLUE value IS 219 (85.94% from 255) = 56.88%

R = 32.21%
G = 10.91%
B = 56.88%

CMYK

 C value IS 0.43

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7C2ADB (or 0x7C2ADB) is known color: Blue Violet. HEX triplet: 7C, 2A and DB. RGB value is (124,42,219). Sum of RGB (Red+Green+Blue) = 124+42+219=385 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.21% from 385); Green value is 42 (16.80% from 255 or 10.91% from 385); Blue value is 219 (85.94% from 255 or 56.88% from 385); Max value from RGB is 219 - color contains mainly: blue. Hex color #7C2ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C2ADB is #83D524. Grayscale: #565656. Windows color (decimal): -8639781 or 14363260. OLE color: 14363260.

HSL color Cylindrical-coordinate representation of color #7C2ADB: hue angle of 267.8º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7C2ADB is Cyan = 0.43, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 124 42 219 -
CMYK 0.43 0.81 0 0.14
HSL 267.8º 0.71% 0.51% -
HSV(B) 267.8º 0.81% 0.86% -
XYZ 21.93 11.06 68 -
YUV 86.7 202.67 154.61 -
System Red Green Blue C M Y K H S L
Decimal 124 42 219 0.43 0.81 0 0.14 267.8 0.71 0.51
Hex 7C 2A DB 2B 51 0 E 10C 47 33
Octal 174 52 333 53 121 0 16 414 107 63
Binary 1111100 101010 11011011 101011 1010001 0 1110 100001100 1000111 110011

Color Harmonies of #7C2ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2ADB

Black with #7C2ADB

Text Example


Text Example

White with #7C2ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,42,219); }

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

background-color css

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

 a { background-color: rgb(124,42,219); }

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

border-color css

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

 span { border-color: rgb(124,42,219); }

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