Html Css Color HEX #7C1DDB Blue Violet

📋 copy color: '#7C1DDB'

red 124 ◦ green 29 ◦ blue 219

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

Shades of Blue Violet #7C1DDB

Tints of Blue Violet #7C1DDB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.8%

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

R = 33.33%
G = 7.8%
B = 58.87%

CMYK

 C value IS 0.43

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7C1DDB (or 0x7C1DDB) is known color: Blue Violet. HEX triplet: 7C, 1D and DB. RGB value is (124,29,219). Sum of RGB (Red+Green+Blue) = 124+29+219=372 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.33% from 372); Green value is 29 (11.72% from 255 or 7.80% from 372); Blue value is 219 (85.94% from 255 or 58.87% from 372); Max value from RGB is 219 - color contains mainly: blue. Hex color #7C1DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C1DDB is #83E224. Grayscale: #4E4E4E. Windows color (decimal): -8643109 or 14359932. OLE color: 14359932.

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

Color convert

RGB 124 29 219 -
CMYK 0.43 0.87 0 0.14
HSL 270º 0.77% 0.49% -
HSV(B) 270º 0.87% 0.86% -
XYZ 21.54 10.28 67.87 -
YUV 79.07 206.97 160.05 -
System Red Green Blue C M Y K H S L
Decimal 124 29 219 0.43 0.87 0 0.14 270 0.77 0.49
Hex 7C 1D DB 2B 57 0 E 10E 4D 31
Octal 174 35 333 53 127 0 16 416 115 61
Binary 1111100 11101 11011011 101011 1010111 0 1110 100001110 1001101 110001

Color Harmonies of #7C1DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1DDB

Black with #7C1DDB

Text Example


Text Example

White with #7C1DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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