Html Css Color HEX #7C06DB Dark Violet

📋 copy color: '#7C06DB'

red 124 ◦ green 6 ◦ blue 219

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

Shades of Dark Violet #7C06DB

Tints of Dark Violet #7C06DB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.72%

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

R = 35.53%
G = 1.72%
B = 62.75%

CMYK

 C value IS 0.43

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7C06DB (or 0x7C06DB) is known color: Dark Violet. HEX triplet: 7C, 06 and DB. RGB value is (124,6,219). Sum of RGB (Red+Green+Blue) = 124+6+219=349 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.53% from 349); Green value is 6 (2.73% from 255 or 1.72% from 349); Blue value is 219 (85.94% from 255 or 62.75% from 349); Max value from RGB is 219 - color contains mainly: blue. Hex color #7C06DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C06DB is #83F924. Grayscale: #404040. Windows color (decimal): -8648997 or 14354044. OLE color: 14354044.

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

Color convert

RGB 124 6 219 -
CMYK 0.43 0.97 0 0.14
HSL 273.24º 0.95% 0.44% -
HSV(B) 273.24º 0.97% 0.86% -
XYZ 21.16 9.53 67.74 -
YUV 65.56 214.59 169.68 -
System Red Green Blue C M Y K H S L
Decimal 124 6 219 0.43 0.97 0 0.14 273.24 0.95 0.44
Hex 7C 6 DB 2B 61 0 E 111 5F 2C
Octal 174 6 333 53 141 0 16 421 137 54
Binary 1111100 110 11011011 101011 1100001 0 1110 100010001 1011111 101100

Color Harmonies of #7C06DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C06DB

Black with #7C06DB

Text Example


Text Example

White with #7C06DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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