Html Css Color HEX #7C3FDB Blue Violet

📋 copy color: '#7C3FDB'

red 124 ◦ green 63 ◦ blue 219

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

Shades of Blue Violet #7C3FDB

Tints of Blue Violet #7C3FDB

RGB

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

 GREEN value IS 63 (25% from 255) = 15.52%

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

R = 30.54%
G = 15.52%
B = 53.94%

CMYK

 C value IS 0.43

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7C3FDB (or 0x7C3FDB) is known color: Blue Violet. HEX triplet: 7C, 3F and DB. RGB value is (124,63,219). Sum of RGB (Red+Green+Blue) = 124+63+219=406 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.54% from 406); Green value is 63 (25% from 255 or 15.52% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #7C3FDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C3FDB is #83C024. Grayscale: #626262. Windows color (decimal): -8634405 or 14368636. OLE color: 14368636.

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

Color convert

RGB 124 63 219 -
CMYK 0.43 0.71 0 0.14
HSL 263.46º 0.68% 0.55% -
HSV(B) 263.46º 0.71% 0.86% -
XYZ 22.88 12.95 68.31 -
YUV 99.02 195.71 145.82 -
System Red Green Blue C M Y K H S L
Decimal 124 63 219 0.43 0.71 0 0.14 263.46 0.68 0.55
Hex 7C 3F DB 2B 47 0 E 107 44 37
Octal 174 77 333 53 107 0 16 407 104 67
Binary 1111100 111111 11011011 101011 1000111 0 1110 100000111 1000100 110111

Color Harmonies of #7C3FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3FDB

Black with #7C3FDB

Text Example


Text Example

White with #7C3FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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